/**
 * 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(80% - 40px);
}
@media (max-width: 768px) {
    .fotorama-video-container .product-video {
        height: 50% !important;
        width: calc(100% - 40px);
    }
}
.fotorama__fullscreen .product-video {
    display: contents;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
    left: 0px;
    width: 100%;
}

.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    max-width: 80%
}