/* PROLINE v221 candidate: stable product-media geometry. */
.product-media:not(.no-photo) {
  align-self: start;
}

.product-media.has-thumbnails {
  grid-template-rows: auto auto;
}

.product-media:not(.no-photo) .product-main-image {
  display: block;
  width: 100%;
  max-width: 520px;
  transform: none !important;
  transform-origin: center !important;
}

@media (max-width: 700px) {
  .product-media:not(.no-photo) .product-main-image {
    max-width: 100%;
  }
}
