.fotorama-video-container .product-video {
    width: 100%;
    height: 286px;
}
@media only screen and (max-width: 1032px) {
    .fotorama-video-container .product-video {
        height: 350px; /* Adjust the height for iPad */
    }
}