#video-container{width:100%;height:100vh;position:relative;overflow:hidden}#wrap__btn--video{z-index:1000;cursor:pointer}.video-menu-wrapper{display:flex;flex-direction:row;align-items:center;position:absolute;right:3%;top:14%;gap:12px}#wrap__btn--video i.icon--video{display:block;background:url(/wp-content/themes/wcl/assets/images/icon--video.svg) no-repeat right center;height:40px;width:40px;background-size:40px auto;-webkit-transition:width 0.6s ease 0s;-moz-transition:width 0.6s ease 0s;-o-transition:width 0.6s ease 0s;-ms-transition:width 0.6s ease 0s;transition:width 0.6s ease 0s}#wrap__btn--video i.icon--video.active{background:url(/wp-content/themes/wcl/assets/images/icon--photo.svg) no-repeat right center;background-size:30px auto;width:30px;background-size:30px}#wrap__frame-vdo{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";filter:alpha(opacity=100);-webkit-opacity:1;-moz-opacity:1;-khtml-opacity:1;opacity:1;position:absolute;width:100%;height:100%;top:0;left:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";filter:alpha(opacity=100);-webkit-opacity:1;-moz-opacity:1;-khtml-opacity:1;opacity:1;z-index:1;background-color:#000;overflow:hidden}#wrap__frame-vdo.active{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=$alpha*100)";filter:alpha(opacity=0);-webkit-opacity:0;-moz-opacity:0;-khtml-opacity:0;opacity:0;z-index:-1}#video-container video{max-width:inherit!important}#video-container{background-size:cover!important;background-position:center center!important}.fullscreen-bg__video{position:absolute;top:50%;left:50%;width:auto;height:auto;min-width:100%;min-height:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}#video-controls{top:150px;right:calc(50% - 600px);z-index:9!important;width:40px;height:40px;color:#fff;cursor:pointer;max-width:1440px;width:100%;text-align:right;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:10px}#video-controls .play{width:40px;height:40px;margin-right:0;margin-top:0;border:0;padding:0;cursor:pointer;background:#fff0 url(/wp-content/themes/wcl/assets/images/play.svg) no-repeat center center;background-size:40px auto}#video-controls .play.pause{background:#fff0 url(/wp-content/themes/wcl/assets/images/pause.svg) no-repeat center center;background-size:25px auto}#video-controls .sound-on{width:36px;height:36px;margin-right:0;margin-top:0;border:0;padding:0;cursor:pointer;background:#fff0 url(/wp-content/themes/wcl/assets/images/volume-up.png) no-repeat center center;background-size:36px auto}#video-controls .sound-on.sound-off{width:36px;height:36px;margin-right:0;margin-top:0;border:0;padding:0;cursor:pointer;background:#fff0 url(/wp-content/themes/wcl/assets/images/volume-off.png) no-repeat center center;background-size:36px auto}.mute--sound.active{display:none!important}@media screen and (max-width:768px){#video-controls{right:120px!important}}