.product-section.deck-image .bg img {
  object-fit: contain;
}

.product-section.deck-image .foreground-image {
  height: max(350px, 39vw);
}

.product-section.deck-image .bottom-image {
  height: auto;
  min-height: max(350px, 39vw);
  object-fit: contain;
  object-position: bottom;
}

@media only screen and (max-width: 899px) {
  .product-section--panel.product-section--left .bg img {
    right: -15%;
  }

  .product-section--panel.product-section--right .bg img {
    left: -15%;
  }
}
