<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */



div.video_list_image {
	clear: both;
	display: block;
	vertical-align: middle;
	text-align: center;
	width: 38%; 
	height: auto; 
	float: left; 
	padding-bottom: 50px;
	}

img.video_list_image {
	width: 99%;
	height: auto;
	border: #222222 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

div.video_list_text {
	display: block; 
	float: left; 
	width: 60%; 
	padding-left: 2%; 
	padding-bottom: 50px;
	line-height: 18px;
	font-size: 15px;
	padding-top: 2px;
	font-family: sans-serif, arial, helvetica neue, helvetica, verdana;
	color: #555555;
	}
	





span.video_list_title {
	font-family: oswald, helvetica neue, helvetica, arial, sans-serif;
	font-size: 30px; 
	color: #44444; 
	font-weight: 400;
	text-transform: none;
	line-height: 33px;
	}

span.video_list_infoline {
	font-family: oswald, arial, sans-serif;
	font-size: 17px; 
	color: #999999; 
	font-weight: 300;
	}


span.video_page_title {
	font-family: oswald, arial, sans-serif;
	font-size: 55px; 
	line-height: 60px;
	font-weight: 500;
	color: #333333;
	text-transform: uppercase;
	}
	

#video_description {
	display: block; 
	float: left; 
	width: 100%; 
	padding: 0;
	padding-top: 30px;
	padding-bottom: 50px;
	font-family: sans-serif, Arial, helvetica neue, Helvetica, Verdana;
	font-size: 17px;
	color: #555555;
	line-height: 25px;
	}









div.video_right_column_ad_container {
	display: block; 
	clear: both;
	margin: 0 auto;
	width: 90%;
	padding: 2%; 
	padding-top: 20px;
	border-spacing: box-border;
	}

div.video_bottom_ad_container {
	display: block; 
	clear: both;
	margin: 0 auto;
	padding: 2%;
	width: 90%;
	padding-top: 30px; 
	border-spacing: box-border;
	overflow: hidden;  
	}







/* RESPONSIVE CHANGES TO VIDEO STUFF //////////////////////////////////////////////////////////////////////////////////////////////////// RESPONSIVE CHANGES ////////////////////////////////////////////////////////////////////////////////////////////////////////// */

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


div.video_list_image {
	display: block;
	float: none;
	width: 99%; 
	padding-bottom: 10px;
	}

div.video_list_text {
	width: 96%; 
	padding: 2%; 
	padding-bottom: 50px;
	font-size: 15px;
	line-height: 20px;
	}
	
span.video_page_title {
	font-size: 35px;
	line-height: 38px;
	}
	


	}

/* END RESPONSIVE CHANGES ///////////////////////*/</pre></body></html>