.banner{
    position: relative;
    max-width: 100%;
    width: 100%;
    height: 100dvh;
    height: 100vh;
}
.banner_video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner__img{
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    transform: translate(-50%, -50%);
    animation: fadeIn 5s;
}

.title_disable{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 991px){
    .background-video{
        aspect-ratio: 9/16;
    }
}