body {
    z-index: 1;
    background-color: black;
}

.videoBG {
    z-index: -1;

    pointer-events: none;

    width: 105%;
    height: 105%;
    overflow: hidden;
    position: fixed;
    margin: -2.5%;
}