.background-video-wrapper {
    color: #fff;
    background: #000;
    text-align: center;
    position: relative;
    width: 100vw;
    height: 100vh;

    video {
        opacity: 1;
        background: #fff;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
    }

    .copy {
        position: relative;
        z-index: 1;
        display: inline-block;
        margin: 0 auto;
    }
}