#full-video {
	padding: 0;
}.video-section {
    overflow: hidden;
    position: relative;
}
video.fillWidth {
	max-width: 100%;
}
/*#video_background { 
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto; 
	overflow: hidden; 
	opacity: 1;
	z-index: -1;
	background-color:#fff;
}*/

.videoContainer {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-attachment: scroll;
    overflow: hidden;
}
.videoContainer video {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 1;
}
.videoContainer .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: #fff;
    opacity: 0.5;
}