.video-section .pattern-overlay { 
    padding: 0px 0 0px;
	margin-top:-16px;
/* Incase of overlay problems just increase the min-height*/
}
.video-section .buttonBar{display:none;}
.player {font-size: 1px;}



#wrapper_bgndVideo, .mbYTP_wrapper, #iframe_bgndVideo {
    position: absolute;
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
    opacity: 1;
    transition-property: opacity;
    transition-duration: 1500ms;
}



.fables-after-overlay {
    position: relative;
}



@media only screen and (min-width:801px) and (max-width:900px){
	.video-section{height: auto;}
	
}



@media (max-width:767px){
	#wrapper_bgndVideo, .mbYTP_wrapper, #iframe_bgndVideo{width: 100%;height: auto;}
}
