body {
	background: #00657b;
	padding:0;
	margin:0;
	overflow:hidden;
}
.video-responsive {
    height:100%;
	width: 100%;
}

.canvas,
.video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	min-width: 100%;
	background: #00657b;
	z-index: 5;
}
#over_video{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 35%;
	z-index: 10;

}



@media  (max-width: 939px){ 


#over_video{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 10%;
	z-index: 10;

}

#over_video img{
width:170px;

}

.video-responsive {
	width: 100%;
}

.canvas,
.video {
	display:none;

}


	}