/* CSS Document video template*/

.video {
	width: 100%;
	height: 56vw;	
	border: 0px solid black;
	position: relative;
	top: 0px;
    left: 0px;
    
    
   

   
}

.video-background { /* class name used in javascript too */
    width: 100%; /* width needs to be set to 100% */
    height: 100%; /* height needs to be set to 100% */
    position: relative;

   
}





