.video-responsive {
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}

.canvas, .video {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}

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

.frontpage-video-wrap {
        height:100vh;
        position: relative;
    }
	
	
@media (min-width:768px) {
    .html_204 .video-responsive {
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}