
.landing-page-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  z-index: 2;
  object-fit: fill;
}

@media only screen and (max-width: 768px){
  .landing-page-video{
    display: none !important;
  }
}
