@media screen and (min-width: 750px) {
  .product-media-modal__content > * {
    width: 75%;
  }
}

@media screen and (max-width: 749px) {
  .product-media-modal__content > * {
    width: 90%;
  }
}