<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
Â&nbsp;Â&nbsp;Â&nbsp;-webkit-text-size-adjust: none;
}
.video embed,
.video object,
.video iframe {
Â&nbsp;Â&nbsp;Â&nbsp;width: 100%;
Â&nbsp;Â&nbsp;Â&nbsp;height: auto;
}
img{
	max-width:100%;
	height: auto;
Â&nbsp;Â&nbsp;Â&nbsp;	width: auto\9; /* ie8 */
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	header, footer, .featured{width:768px;}
}

@media only screen and (max-width: 767px) {
	header, footer, .featured{width:100%;}
	header {margin-top: 0px;height:150px;}
	header #logo{top:50px;}
	header nav {top:5px; right: 5px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
}

@media only screen and (max-width: 479px) {
	header{height: 170px;}
	header #logo{top: 80px; left:10px;}
}</pre></body></html>