.wp-block-wips-mediabank-picker {
    margin: 1em 0;
}

.wp-block-wips-mediabank-picker img {
    display: block;
    max-width: 100%;
    height: auto;
}

.wp-block-wips-mediabank-picker figcaption {
    font-size: 0.85em;
    color: #555;
    text-align: center;
    margin-top: 0.5em;
}

.wp-block-wips-mediabank-picker.alignwide {
    max-width: 100%;
}

.wp-block-wips-mediabank-picker.aligncenter {
    text-align: center;
}

.wp-block-wips-mediabank-video {
    margin: 1em 0;
}

/* Responsive iframe player: the figure carries the aspect-ratio (when known),
   the inner div fills it, and the iframe absolutely fills the inner div. */
.wp-block-wips-mediabank-video__player {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #0f172a;
    overflow: hidden;
}

.wp-block-wips-mediabank-video__player iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.wp-block-wips-mediabank-video figcaption {
    font-size: 0.85em;
    color: #555;
    text-align: center;
    margin-top: 0.5em;
}
