html{box-sizing:border-box}*{box-sizing:inherit;margin:0;padding:0}.video-wrapper{position:absolute;display:var(--video-display);width:var(--video-width);height:var(--video-height);top:var(--video-top);bottom:var(--video-bottom);left:var(--video-left);right:var(--video-right);z-index:1;cursor:pointer;overflow:hidden}.video-wrapper:before{background-position:var(--video-play-button-pos);background-repeat:no-repeat;background-image:var(--video-play-button);z-index:1;pointer-events:none}.video-wrapper:after,.video-wrapper:before{position:absolute;top:0;left:0;content:"";width:100%;height:100%}.video-wrapper:after{background-size:cover;background-position:50%;background-image:var(--video-frame)}.autoplaying-video{position:absolute;top:var(--video-offset-y);left:var(--video-offset-x);width:100%;height:100%}.unit-wrapper{position:relative;top:0;left:0;width:var(--unit-width);height:var(--unit-height);background:var(--unit-bg-color);background-image:var(--unit-bg);background-position:50% 0;background-repeat:no-repeat}.ct-url{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer}
