/**
 * Webkul Software.
 *
 * @category   Webkul
 * @package    Webkul_VideoPlayer
 * @author     Webkul Software Private Limited
 * @copyright  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: 50% !important;
    width: calc(100% - 40px);
}
.plyr--video .plyr__controls {
    z-index: 9999999;
}
.fotorama__fullscreen .product-video {
    width: 70%;
    height: auto;
}