#player {
    width: 100%;
    height: 100%;
}
.fotorama-video-container.remove-after:after {
    z-index: -1 !important;
}
.fotorama-video-container .product-video {
    /* height: 50%; */
    height: max-content;
    width: calc(100% - 160px);
}
.plyr--video .plyr__controls {
    z-index: 9999999;
}
.fotorama__fullscreen .product-video {
    width: 70%;
    height: auto;
}
