/* Keep WordPress controls and captions inside this player's video area. */
.waldruh-adaptive-video .mejs-container {
    max-width: 100%;
}
.waldruh-adaptive-video .mejs-container video {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

/* MediaElement normally hides this image and uses a single CSS background. */
.waldruh-adaptive-video .waldruh-responsive-poster .mejs-poster-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
