.video-with-text__media {
    --ratio-percent: 56.25%;
    position: relative;
    padding-bottom: calc(var(--ratio-percent) - var(--media-border-width));
}

.video-with-text__poster,
.video-with-text__media iframe,
.video-with-text__media video {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
}
