.col-type-video .video-poster{position:absolute;top:0;left:0;width:100%;height:100%}.col-type-video .video-poster::after{content:"";width:100%;height:100%;position:absolute;top:0;left:0}.col-type-video img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.col-type-video .video-container{position:absolute;top:0;left:0;z-index:1;height:100%;width:100%}.col-type-video .hide-button{display:none}.col-type-video .video-play{width:100%;height:100%;position:absolute;top:0;left:0;z-index:3;cursor:pointer;transition:color .3s ease-in-out}.col-type-video .video-play::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:color .3s ease-in-out;width:100px;height:100px;box-sizing:border-box;display:block;cursor:pointer;background:url(../../../images/play.svg) no-repeat center center}.bg-dark .col-type-video .video-poster::after,.bg-light .col-type-video .video-poster::after,.bg-mid .col-type-video .video-poster::after{background:rgba(0,0,0,.3)}