<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: 960px) and (max-width: 1300px) {
	
	#content .wrap-content{margin-top: 0px; width:100%;}
	#content { width:99%;}
	#main-i{width:86%; display:inline-block; float:right;}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	#content .wrap-content{margin-top: 130px; width:100%;}
	#content { width:100%;}
	#main-i{width:100%; display:inline-block;}
	
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
	
}

/* @media only screen and (max-width: 767px) {
	-------------------------------------------- 
	------------------Header-------------------- */
/* 	header {margin-top: 0px;height:150px;}
	header #logo{top:60px;}

	nav .wrap-nav{top: 10px; left:10px; right:auto;}
	#main{width:82%; display:inline-block;}
	
	/* -------------------------------------------- */
	/* ------------------Featured------------------ */
	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- 
}*/

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

	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	#main-i{width:100% !important; display:inline-block !important;}
	/* ------------------Other----------------*---- */
}

@media only screen and (min-width: 480px) and (max-width: 619px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	#main-i{width:100% !important; display:inline-block !important;}
	/* ------------------Other----------------*---- */
}


	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
</pre></body></html>