/* YouTube — Banner Zone (wide horizontal) */

.yt-banner-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    container-type: size;
    overflow: hidden;
    background: #000;
}

.yt-banner-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.yt-banner-wrap,
.yt-banner-wrap * {
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}
