/****** BLOCK VIDEO *****/
.video-container {
    width: 100%;
    height: calc(100vh - 80px);
    margin-top: 80px;
    overflow: hidden;
}

.fullscreen-video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
}

/****** END BLOCK VIDEO *****/