﻿.yt-lock-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Escudos clicáveis */
.yt-click-shield {
    position: absolute;
    z-index: 3;
    /* pointer-events: auto para capturar o clique e não repassar ao iframe */
    pointer-events: auto;
    background: transparent; /* invisível */
}

/* Ajuste o tamanho/posição conforme seu layout.
   Aqui, cobrimos ~160x120px no topo esquerdo e direito. */
.shield-top-left {
    /*  top: 0;
    left: 0;
    width: 160px;
    height: 120px;*/


    left: 750px;
    bottom: 425px;
    width: 60px;
    height: 60px;
}

.shield-top-right {
    top: 0;
    right: 0;
    width: 160px;
    height: 120px;
}

/* Botão de play custom (já que controls=0) */
.yt-play-btn {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    border: 0;
    font-size: 32px;
    cursor: pointer;
    z-index: 4;
    background: rgba(0,0,0,.45);
    color: #fff;
}

    /* Some com o botão após dar play */
    .yt-play-btn.is-hidden {
        display: none;
    }
