<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#videos {
	background:#eeeeee;
	margin-top:25px;
	margin-bottom:25px;
	color:#666971;
}

#videos h1 {
	font-size:32px;
	font-family:'ProximaNovaBold';
	margin-left:30px;
	margin-bottom:10px;
}

#videos h3 {
	font-size:22px;
	line-height:25px;
	font-family:'ProximaNovaBold';
	margin-left:10px;
	margin-bottom:0px;
	margin-top:10px;
}

#videos p {
	font-size:20px;
	font-family:'ProximaNovaLight';
	margin-left:10px;
}

#video_box_1 {

}

#video_box_2 {

}

#play_video_1, #play_video_2 {
	cursor:pointer;
}

#video_box_1, #video_box_2 {
	float:left;
	width:48%;
	margin-left:1%;
	margin-right:1%;
	position:relative;
}

.video_thumb {
	width:100%;
	opacity:0.8;
}

.video_thumb:hover {
	opacity:1.0;
}

.play_button {
    width:20%;
    position:absolute;
    left:40%;
    top:25%;
}

@media screen and (max-width: 1000px) {
	#videos h1 {
		line-height:60px;
	}
}


@media screen and (max-width: 570px) {
	#video_box_1 {
		float:inherit;
		width:inherit;
	}

	#video_box_2 {
		margin-left:0px;
		width:inherit;
		float:inherit;
	}

	#videos h1 {
		font-size:24px;
		margin-left:15px;
	}

	#videos h3 {
		font-size:18px;
		line-height:20px;
	}
	#videos p {
		font-size:16px;
	}
}
</pre></body></html>