.main__movie {
    margin-top: 12%;
    width: 100%;
}

.main__movie video{
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .main__movie {
        display: flex;
        align-items: center;
        justify-content: center;
        height: calc(100svh - 26px);
        margin-top: 0;
    }
}
