/*
  Legacy screenshot safeguard.
  The redesigned homepage now controls screenshot framing in styles.css.
  Keep this file intentionally small so existing links remain valid while
  preventing product screenshots from being stretched by older overrides.
*/

.hero-product-strip img,
.screenshot-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.hero-product-strip picture,
.screenshot-card picture {
  display: block;
}
