.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{position:relative;}
.wp-video-gallery-wrapper{position:absolute;top:0;left:0;z-index:3;}
.wp-video-gallery-button{max-width:40px;width:40px;height:40px;display:flex;justify-content:center;align-items:center;background:#fff;margin:15px;border-radius:200px;border:2px solid #fff;box-shadow:0 0 100px 10px #fff;transition:transform 0.1s linear;}
.wp-video-gallery-button:hover{transform:translate(-5px, -5px);}
.wp-video-gallery-popup-wrapper{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;display:flex;justify-content:center;align-items:center;background:#00000090;opacity:0;visibility:hidden;transition:0.3s linear;}
.wp-video-gallery-popup{max-width:900px;margin:30px auto;width:calc(100% - 60px);height:auto;border-radius:9px;overflow:hidden;box-shadow:0 0 1000px 1px #00000060;position:relative;background:#000;}
.product-video-triggerd{overflow:hidden!important;}
.product-video-triggerd *{z-index:0!important;}
.product-video-triggerd .woocommerce-product-gallery, .product-video-triggerd .woocommerce-product-gallery__wrapper{z-index:9999!important;}
.product-video-triggerd .woocommerce-product-gallery__wrapper + *{z-index:9999!important;}
.product-video-triggerd .woocommerce-product-gallery__wrapper ~ *{z-index:9999!important;}
.product-video-triggerd .woocommerce-product-gallery div:first-child{z-index:9999!important;}
.product-video-triggerd .wp-video-gallery-popup-wrapper{opacity:1;visibility:visible;z-index:9999!important;}
.product-video-triggerd .wp-video-gallery-wrapper{z-index:9999!important;}
.product-video-triggerd .play-clicked{z-index:9999!important;}
.product-video-triggerd .wp-video-gallery-popup{z-index:9999!important;}
.product-video-triggerd .above-all{z-index:9999!important;}
.x-marks-the-spot{max-width:30px;width:30px;height:30px;display:flex;justify-content:center;align-items:center;padding:8px;position:absolute;top:0;right:0;background:#fff;border-radius:0px 0px 0 9px;z-index:9!important;transition:background 0.3s linear;}
.x-marks-the-spot:hover{background:red;cursor:pointer;}
.x-marks-the-spot svg path{transition:fill 0.3s linear;}
.x-marks-the-spot:hover svg path{fill:#fff;}
.wp-video-gallery-popup-wrapper source{
pointer-events: none;
}