.popup-video__wrapper {
    display: flex;
    justify-content: center;
    column-gap: 6rem;
}

@media screen and (max-width: 749px) {
    .popup-video__wrapper {
        flex-direction: column;
        row-gap: 4rem;
    }
}