.oembed-video {
    margin-bottom: 96px;
}

.oembed-video__wrapper {
    display: flex;
}

.oembed-video__wrapper iframe{
    width: 100%;
    height: 100%;
    min-height: 785px;
}

@media screen and (max-width: 1440.98px) {
    .oembed-video__wrapper iframe{
        min-height: 621px;
    }
}

@media screen and (max-width: 1199.98px) {
    .oembed-video__wrapper iframe{
        min-height: 550px;
    }
}

@media screen and (max-width: 1024.98px) {
    .oembed-video__wrapper iframe{
        min-height: 450px;
    }

    .oembed-video {
        margin-bottom: 48px;
    }
}

@media screen and (max-width: 599.98px) {
    .oembed-video__wrapper iframe{
        min-height: 270px;
    }
}

@media screen and (max-width: 449.98px) {
    .oembed-video__wrapper iframe{
        min-height: 186px;
    }
}

