.dvideo {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.dvideo img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.dvideo .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.dvideo .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.dvideo img,
.dvideo .play-button {
    cursor: pointer;
}
.dvideo img,
.dvideo iframe,
.dvideo .play-button,
.dvideo .play-button:before {
    position: absolute;
}
.dvideo .play-button,
.dvideo .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.dvideo iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#dopek-video {
    position: fixed;
    top: 210px;
    left: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-color: #e9ebee;
    line-height: 12px;
    z-index: 10;
    text-align: center;
}
#dopek-video .dopek-video-button {
	width: 22px;
    height: 12px;
    line-height: 12px;
    float: left;
    padding: 11px 7px;
    color: #000;
}
#dopek-video .dopek-video-button:hover, #dopek-video .dopek-video-button:focus {
    color: #000;
}
#dopek-video img {
    vertical-align: initial;
}
#dopek-video .yt {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
#dopek-video .yt img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
#dopek-video .yt .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
#dopek-video .yt .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
#dopek-video .yt img,
#dopek-video .yt .play-button {
    cursor: pointer;
}
#dopek-video .yt img,
#dopek-video .yt iframe,
#dopek-video .yt .play-button,
#dopek-video .yt .play-button:before {
    position: absolute;
}
#dopek-video .yt .play-button,
#dopek-video .yt .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
#dopek-video .yt iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.dvideoMenu{
    position: relative;
}
.dvideoMenu .dvideoHoverBox{
    position: absolute;
    left: 100%;
    top: 0;
    width: 480px;
    height: calc(480px * 0.565);
    border: 2px solid #fff;
    border-radius: 4px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.dvideoMenu.switchers-active:hover .dvideoHoverBox{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.dvideoHoverBox iframe{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.dvideoMenu .dvideoHoverBox span{
    visibility: visible;
    font-size: 1rem;
    color: #fff;
    position: absolute;
    top: 50%;
    z-index: 9;
    margin-top: -1rem;
    display: flex;
    line-height: 16px;
    font-weight: bold;
}

@media (max-width: 700px){
    #dopek-video{
        display: none;
        top: 7px;
        left: 166px; 
        z-index: 9999; 
    }

    .dvideoMenu .dvideoHoverBox {
        left: 50%;
        top: 42px;
        width: 90vw;
        height: calc(90vw * 0.56);
        position: fixed;
        transform: translate(-50%,0);
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
    }
    .dvideoHoverBox .dvideo span{
        padding: 0 10px;
    }
}
@media (min-width: 1445px) {
    .dvideoMenu:hover .dvideoHoverBox{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}