body[data-background-video]{height:100vh;margin:0}.clean-background-video{height:500px}[data-background-video]{position:relative;width:100%;background-size:cover;background-repeat:no-repeat;overflow:hidden}[data-background-video] video{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);min-width:auto;min-height:auto;width:100%;height:auto;opacity:0;transition:opacity .5s ease}[data-background-video] video.background-video-loaded{opacity:1}