.jquery-background-video-wrapper{overflow:hidden;position:relative;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:50%;background-repeat:no-repeat}.jquery-background-video{height:auto;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);min-height:100%;position:absolute;-o-object-fit:cover;object-fit:cover;min-width:100%;top:50%;left:50%;width:auto}.js .jquery-background-video{-webkit-transition:opacity .3s linear;transition:opacity .3s linear;opacity:0}.js .jquery-background-video.is-visible{opacity:1}.jquery-background-video-pauseplay{height:20px;padding:0!important;border:none!important;right:15px;position:absolute;outline:0!important;top:15px;box-shadow:none!important;background:0 0!important;cursor:pointer;width:20px}.jquery-background-video-pauseplay span{display:none}.jquery-background-video-pauseplay:after,.jquery-background-video-pauseplay:before{-webkit-transition:all .3s ease;transition:all .3s ease;content:"";position:absolute;top:0;left:0}.jquery-background-video-pauseplay.play:before{border-left:15px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent}.jquery-background-video-pauseplay.pause:after,.jquery-background-video-pauseplay.pause:before{border-left:5px solid #fff;border-top:10px solid #fff;border-bottom:10px solid #fff}.jquery-background-video-pauseplay.pause:after{left:10px}