.error-video{
    /* position: absolute;
    z-index: -99; */
    /* filter: blur(3px);
    transform: scale(1.1); */
    /* top:-400px;
    min-width:100vw;
    min-height:100vh; */
    position: absolute;
    z-index: -1;
    top: -100px;
    min-width: 100%;
    min-height: calc(100% + 100px);
    max-height: calc(100% + 100px);
    object-fit: cover;
}


@media(max-width:1024px){
    .error-video{
        top: -75px;
        /* min-height: 176%; */
        /* height: 789px; */
        /* max-width: unset; */
    }
}


@media(min-width: 1025px) and (max-width: 1499px){
    .error-video{
        max-width: unset;
        object-fit: cover;
    }
}