/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_VideoPlayer
 * @author    Webkul
 * @copyright Copyright (c)   Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */
.fotorama-video-container.remove-after:after {
    z-index: -1 !important;
}
.fotorama-video-container .product-video {
    height: max-content;
    /* width: calc(100% - 160px); */
    max-width: 400px;
    height: auto;
}
.plyr--video .plyr__controls {
    z-index: 9999999;
}
.fotorama__fullscreen .product-video {
    width: 70%;
    height: auto;
}
.fotorama-item .fotorama__stage__frame.fotorama-video-container {
    cursor: default;
}
.fotorama-item .fotorama__stage__frame.fotorama-video-container .zoomImg {
    display: none !important;
}
.fotorama-video-container.remove-after:after {
    opacity: 0
}
.fotorama-video-container .product-video {
    margin-top: 0;
}
