
/** video **/
.splash-video-frame {
    max-height: 95vh;
    overflow: hidden;
    z-index: -1;
}

.splash-video {
    width: 100vw;
    filter: brightness(30%);
    object-position: center;
}
