.vge-video-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.vge-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
}

.vge-play-icon::before {
    content: '';
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-40%, -50%);
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #fff;
}

.vge-video-popup {
    display: block;
    position: relative;
}

.vge-video-popup img {
    width: 100%;
    height: auto;
}

.mfp-wrap {
    z-index: 999999 !important;
}

.vge-play-icon {
    /* existing styles */
    z-index: 2;
}

/* Fix for Divi's image zoom */
.woocommerce-product-gallery__image {
    position: relative;
}