/*
 * Copyright © Himani, JRD Systems. All rights reserved.
 * Author: Himani (Adobe Commerce Developer)
 * See COPYING.txt for license details.
 */

.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;
    padding-left: 50px;
    padding-right: 50px;
}
.fotorama__fullscreen .product-video {
    width: 70%;
    height: auto;
}
