.bb-youtube-lite {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 160px;
    overflow: hidden;
    cursor: pointer;
    background: #000;
}

.frame_wrap .bb-youtube-lite {
    position: absolute;
    inset: 0;
    min-height: 0;
}

.bb-youtube-lite__thumb {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bb-youtube-lite::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .12);
    transition: background .2s ease;
}

.bb-youtube-lite:hover::before,
.bb-youtube-lite:focus-visible::before {
    background: rgba(0, 0, 0, .22);
}

.bb-youtube-lite__play {
    z-index: 2;
}

.bb-youtube-lite iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 3;
    background: #000;
}
