

.heroVideoContainer {
    overflow: hidden;
    z-index: -2;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
}

.vw100 {
    width: 100vw;
}
.h-100 {
    height: 100%!important;
}
/*
.video-placer {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    }*/

    .heroVideoContainer video, .video-placer {
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
}
.heroVideoContainer video {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    background: #000;
    pointer-events: none;
}