.video-with-text .image-with-text__media iframe {
    width: 177.77777778vh;
    height: 56.25vw;
    min-width: 101%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(var(--color-foreground),.03);
    border: 0;
}

.video-with-text .image-with-text__media video {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}