<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 997px) {
	
/*	html,
	body,
	#supersized {
		min-height: 100%;
		height: 100%;
	}*/
	
	#header-mobile {
		position: absolute;
		width: 100%;
		padding: 10px;
		left: 0;
		top: 0;
		z-index: 9999;
		overflow: hidden;
			-webkit-transform: translate3d(0,0,0);
			-moz-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			-o-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	#controls-wrapper, #slider, #slider_controls, #big-mask-sl_b {
		display: none !important;
	}

	#big-mask-sl {
		background: url(../images/home-bg.png) repeat;
	}

}

@media screen and (max-width: 739px) {

	#big-mask, #big-mask-sl, .pg_description, #bottom {
		display: none !important;
	}

	/*#JPlayer video {
		display: none;
	}
*/
	/*#JPlayer img {
		display: block;
	}*/
}</pre></body></html>