.youtube-embed-wrapper {
    position: relative;

    width: 100%;
    max-width: 100%;

    overflow: hidden;

    aspect-ratio: 16 / 9;

    margin: 24px 0;

    background: #000;

    border-radius: 12px;
}

.youtube-embed-wrapper iframe {
    position: absolute;

    inset: 0;

    width: 100% !important;
    height: 100% !important;

    border: 0;

    display: block;
}

.mce-content-body .youtube-embed-wrapper {
    width: 100% !important;
    max-width: 100% !important;
}