/* YouTube — Main Zone (full screen) */

.yt-main-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #000;
}

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

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