/* Оверлей отложенной загрузки плеера (см. js/lazyplayer.js) */
.box.one_box,
.box.two_box {
    position: relative;
}

/* .player-responsive-wrap задаёт высоту через aspect-ratio 16/9,
   поэтому фиксированная высота боксу не нужна */
.click-for-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #333333 url(../images/play2.png) no-repeat center;
    z-index: 10;
    transition: background-color 0.25s ease;
}

.click-for-video:hover {
    background-color: #3d3d3d;
}

.youtube {
  width: 100%;
  height: 480px;
}

div.youtube {
  display: none;
}
