@if map-get($pluginVars, enabled) {
	@at-root #{$namespace} {

		#view.fit-screen {
			position: absolute;
			top: map-gets($vars, header, height) + map-gets($vars, header, bottomMargin);
			bottom: map-gets($vars, header, bottomMargin); left: 0; right: 0;
		}
	}
}
