.product-detail-gallery-simple {
  width: 100%;
}

.product-detail-gallery-frame {
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}

.product-detail-gallery-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .product-detail-gallery-frame {
    min-height: 240px;
  }
}
