@charset "UTF-8";
/* CSS Document */
.bg-video{
	background: url("../img/landing/bg-video.png") no-repeat;
	background-size: 100%;
	background-position: bottom;
}
.border-top-blu{
	border-top: 5px solid #006da6;
}
.bg-white{
	color: initial;
}
.opacity5 {
	opacity: .5;
}
@media (max-width:1200px){
	.bg-video{
	background: #006da6;
	background-size: 100%;
	background-position: bottom;
		color: #fff;
}
}