.ProductGalleryMain .ijw-ci-slide {
    position: relative;
    overflow: hidden;
}

.ProductGalleryMain .ijw-ci-slide--video .ProductGalleryMain__image-wrap {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProductGalleryMain .ijw-ci-video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.ProductGalleryMain .ijw-ci-slide .ijw-ci-link {
    display: block;
    line-height: 0;
}

.ProductGalleryThumbnails .ijw-ci-thumb {
    position: relative;
}

.ProductGalleryThumbnails .ijw-ci-thumb .ProductGalleryThumbnails__video {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.ProductGalleryThumbnails .ijw-ci-thumb .ProductGalleryThumbnails__video--icon {
    width: 22px;
    height: 22px;
    color: #fff;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
}

.ProductGalleryThumbnails .ijw-ci-thumb .ProductGalleryThumbnails__video--icon svg {
    width: 100%;
    height: 100%;
}

.woocommerce-product-gallery .ijw-ci-slide {
    position: relative;
    overflow: hidden;
}

.woocommerce-product-gallery .ijw-ci-slide--video {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-product-gallery .ijw-ci-video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.woocommerce-product-gallery .ijw-ci-slide .ijw-ci-link,
.woocommerce-product-gallery .ijw-ci-slide .ijw-ci-image {
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
}
