/* Keep the generated side-by-side comparison visible as one complete frame. */
.product {
  grid-template-columns: 1fr;
}

.visual.lifestyle img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

@media (min-width: 801px) {
  .copy {
    padding: 38px 48px 44px;
  }
}
