.back-video {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 100%;
    height: 100%!important;
    z-index: -1;
    object-fit: cover;
}