#backgroundVideo {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  pointer-events: none;
}
  
  
/*
@media screen and (max-width: 800px) {
    #backgroundVideo {
        position: fixed;
        right: 0;
        top: 0;
        max-width: 100%;
        max-height: 100%;
        object-fit: fill;
      }
    
}


@media screen and (max-width: 1600px) {
    #backgroundVideo {
      position: fixed;
      right: 0;
      top: 0;
      max-width: 100%;
      max-height: 100%;
      object-fit: fill;
    }
  }
  
  
  
  @media screen and (max-width: 2400px) {
    #backgroundVideo {
      position: fixed;
      right: 0;
      top: 0;
      max-width: 100%;
      max-height: 100%;
      object-fit: fill;
    }
  }
  
  @media screen and (max-width:10400px) {
    #backgroundVideo {
      position: fixed;
      right: 0;
      top: 0;
      max-width: 100%;
      max-height: 100%;
      object-fit: fill;
    }
  }
*/
 
