.block-video_embed .inner-block{
    width: 66.4vw;
    max-width: 957px;
    margin: 0 auto;
}

.jsplayer iframe{
    width: 100%;
    height: auto;
}

.plyr__control--overlaid{
    background:#e4d3b9 !important;
}
.plyr--full-ui input[type="range"]{
    color:#e4d3b9 !important;
}
.plyr--full-ui input[type="range"] {
    color:#e4d3b9 !important;
}
.plyr--video .plyr__control.plyr__tab-focus, 
.plyr--video .plyr__control:hover, 
.plyr--video .plyr__control[aria-expanded="true"]{
    background:#e4d3b9 !important;
}


@media only screen and (max-width: 740px) {
    
    .block-video_embed .inner-block{
        width: 100%;
        max-width: 87.5vw;
    }

}