/* YouTube — Split Vertical Zone (vertical 50/50) */

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

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

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