/* thumb video in product gallery */
body:not(.half-width-slider) div.product div.images .woocommerce-product-gallery__image.woocommerce-product-gallery__video {
    display: none; /* comment to see the video in gallery of one product */
    overflow: hidden;
}

body:not(.half-width-slider) div.product div.images .woocommerce-product-gallery__image.woocommerce-product-gallery__video > a {
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body:not(.half-width-slider) div.product div.images .woocommerce-product-gallery__image.woocommerce-product-gallery__video video {
    max-width: 100%;
    height: auto;
}

/* video in lightbox of product gallery */
.woocommerce img.pswp__img video, .woocommerce-page div.pswp__img video{
    max-width: 100%;
    height: auto;
}
