#canvas {
    background:url(http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/TearsOfSteel.mp4);  
  height: 100vh;
    margin: 0;
    padding: 0;
   position: absolute;
   top: 0;
   z-index: 50;
  
 
  
}



#myVideo {
    position: relative;
    top: 0;
    object-fit: fill;
    width: 100%;
    height: 100vh;
 
    
   
   

}

.test {
    height: 100vh;
   
}


.container{
    position: relative;
    width: 100%;
    min-width: 100%;
    cursor: pointer;
    cursor: url('./cursor/drag.png'), pointer !important;
    margin: 0;
    padding: 0;
    
    	
   
}


*{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
   
}