.body-no-scroll{overflow:hidden}
.g6-video-component{width:100%;display:flex;justify-content:center;align-items:center}
.g6-video-component .image-container{position:relative;display:flex;align-items:center;max-width:1220px;width:100%;min-height:686px;height:686px;border-radius:32px;overflow:hidden;justify-content:center}
@media(max-width:1220px){.g6-video-component .image-container{height:553px;min-height:553px;width:calc(100vw - 40px);border-radius:24px}
}
@media(max-width:767px){.g6-video-component .image-container{height:188px;min-height:188px;border-radius:12px}
}
.g6-video-component .image-container img{width:100%;height:auto;vertical-align:middle}
.g6-video-component .g6-play-btn-white,.g6-video-component .g6-play-btn-black{z-index:1}
.g6-video-component video{width:100%}
.g6-video-component .popout-background{position:fixed;top:0;left:0;visibility:hidden;z-index:-99;width:100vw;height:100vh;background-color:rgba(0,0,0,0);opacity:1;transition:.2s}
.g6-video-component .popout-background.show{visibility:visible;z-index:9999;background-color:rgba(0,0,0,0.7)}
.g6-video-component .popout-background.show .popout-container .video-container{transform:translateY(0)}
.g6-video-component .popout-background.show .popout-container .video-container iframe{opacity:1;top:50%}
.g6-video-component .popout-background .popout-container{position:relative;width:1220px;margin:auto;height:100%;display:flex;align-items:center;justify-content:center}
@media(max-width:1220px){.g6-video-component .popout-background .popout-container{width:728px}
}
@media(max-width:767px){.g6-video-component .popout-background .popout-container{width:calc(100vw - 40px)}
}
.g6-video-component .popout-background .popout-container .video-container{position:relative;width:100%;height:0;padding-top:56.25%;transform:translateY(500px);transition:.2s}
.g6-video-component .popout-background .popout-container .video-container iframe{opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;transition:.2s;max-height:calc(100vh - 5%);overflow:hidden}
.g6-video-component .popout-background .close{display:block;width:40px;height:40px;background-image:url("../../../../../etc/designs/g6/clientlib-site/img/g6/svg-icon/btn-close-white.svg");position:absolute;top:20px;right:20px;cursor:pointer}
.g6-video-component .g6-play-btn-black{position:absolute}
.g6-video-component .g6-play-btn-white{position:absolute}
@media(max-width:767px){.g6-video-component .image-container{height:auto}
}
.g6-video-component .image-container img{border-radius:32px}
@media(max-width:1220px){.g6-video-component .image-container img{border-radius:24px}
}
@media(max-width:767px){.g6-video-component .image-container img{border-radius:12px}
}
.g6-video-component .image-container.fullScreen{width:100%;max-width:unset;height:auto;border-radius:0;min-height:unset}
.g6-video-component .image-container.fullScreen img{border-radius:0}
@media(max-width:767px){.g6-video-component .image-container .g6-video-play-btn-black,.g6-video-component .image-container .g6-video-pause-btn-black,.g6-video-component .image-container .g6-video-play-btn-white,.g6-video-component .image-container .g6-video-pause-btn-white{height:44px;width:44px}
.g6-video-component .image-container .g6-video-play-btn-black::before,.g6-video-component .image-container .g6-video-pause-btn-black::before,.g6-video-component .image-container .g6-video-play-btn-white::before,.g6-video-component .image-container .g6-video-pause-btn-white::before{width:24px;height:24px}
}