.splash {
    height: 94vh;
    min-height: 94vh;
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;

    position: fixed;

    transform: translate3d(0, 0, 0);
    will-change: transform;

}

.video-container {
    height: 100vh;
    width: 100vw;
    position: relative;
}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;

    transform: translate3d(0, 0, 0);
    will-change: transform;

    
}
