.video-block figure{position:relative;margin:0}.video-block .js-video-cover{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;z-index:2}.video-block .js-video-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.video-block .js-video-cover .play-button{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:86px;height:86px;border:none;padding:0;cursor:pointer;background:url("../images/svg/play-icon.svg") no-repeat center center;background-size:contain;transition:all .25s ease !important}.video-block .js-video-cover .play-button:hover{transform:translate(-50%, -50%) scale(1.1)}.video-block .plyr{width:100%}