.product-media-modal__content > * {
  border-radius: 55px;
}
@media screen and (min-width: 750px) {
  .custom-style-media-wrapper .product-media-container {
    max-width: 498px;
    max-height: 538px;
    border-radius: 20px;
  }
  .custom-style-product-grid {
    justify-content: center;
  }
}
