<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media only screen and (max-width: 1200px) {

	#body.theme-1.live-body section#home header#header div#upsell {

		margin: 0 0 20px auto;

	}

}

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

	#mini-video iframe {

		height: 300px;

	}

}

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


	#body.theme-1.live-body section#home header#header div#upsell {
		max-width: 100%;
		margin-bottom: 45px;
	}

	#body.theme-1.live-body section#home header#header div#upsell img#packshot {
		margin: 0 auto;
    display: block;
	}

	#mini-video iframe {
		width: 100%;
		height: 400px;
		margin-bottom: 30px;
	}

}

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

	#mini-video iframe {
		height: 300px;
	}

}

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

	#mini-video iframe {
		height: 250px;
	}

}</pre></body></html>