you can try this code
@media screen and (max-width:749px){
.product-media-modal[open]{
display: none;
visibility: hidden;
}
}
you can try this code
@media screen and (max-width:749px){
.product-media-modal[open]{
display: none;
visibility: hidden;
}
}