.youtube_content_embed {
    width: 100%;
    max-width: 960px;
    margin: 24px auto;
    clear: both;
}

.youtube_content_embed_player {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
}

.youtube_content_embed_player iframe {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    border: 0;
}

.youtube_content_embed_title {
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
}
