.image-embed-item,
.video-embed iframe,
.embed-container iframe {
    width: 100%;
    height: 100%;
}
.video-embed iframe {
    aspect-ratio: 16/9;
}
.video-embed {
    height: 100%;
}
.video-embed video {
    width: 100%;
}
.audio-embed-item,
.ce-column {
    width: 100%;
}
.ratio-16-9 .cookie-consent-replacement,
.ratio-16-9 iframe {
    aspect-ratio: 16/9;
}
.ratio-16-5 .cookie-consent-replacement,
.ratio-16-5 iframe {
    aspect-ratio: 16/5;
}
.ratio-4-3 .cookie-consent-replacement,
.ratio-4-3 iframe {
    aspect-ratio: 4/3;
}
.image-description {
    background-color: var(--color-secondary-10);
    padding: 0.5rem;
    color: var(--color-secondary-60);
    font-size: var(--font-size-12);
    line-height: var(--line-height-32);
}
.copyright-text {
    font-size: var(--font-size-10);
    font-style: italic;
}
.copyright-text::before {
    content: '© ';
}
.audio-image {
    margin-bottom: 1rem;
}
.ce-gallery .audio-image .audio {
    position: absolute;
    bottom: 0;
    height: auto;
}
.audio-image figure {
    margin: 0 auto;
}
.audio-image .image {
    position: relative;
}
.audio-embed-item {
    padding: 0 0.25rem;
}
.audio-image picture {
    filter: brightness(0.85);
}
@container (min-width: 504px) {
    .ce-left .audio-embed-item,
    .ce-right .audio-embed-item {
        max-width: 100%;
    }
}
