/* VZ Video Protect — CSS защиты, собран с club (salient-child/style.css:188-206,
   header.php inline, _wpb_post_custom_css) в один файл вместо per-page дублей. */
.plyr__poster2 {
    position: absolute;
    z-index: 2;
    display: block;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    opacity: 0.5;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.plyr__poster3 {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.plyr:fullscreen { z-index: 99999 !important; }
.video-container {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}
.video-box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 57%;
}
.video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
/* На страницах уроков лид-форма Kommo (vz-kommo-chat, #vzkc-*) перекрывала
   кнопку виджета Сии в том же углу — прячем её здесь; на остальных страницах
   сайта Kommo живёт как жил. */
#vzkc-btn, #vzkc-panel, [id^="vzkc-"] {
    display: none !important;
}
