#background-video {
    width: 90vw;
    height: 80vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    min-width: 100%;
    bottom: 0;
    top: 0;
}

.video{

    /* position: relative; */
    min-height: 100%;
    height: 80vh;
    object-fit: fill;
    width: 100%;

}

@media screen and (max-width: 600px){
    #background-video {
        height: 52vh;
    }
    
    .video{
    height: 43vh;
    }
}