/* 1660 AutoCare V3.2.20.1 — Home mobile shop-story image proportion microfix.
   Scope: Home only, phone breakpoint only. Preserve desktop and all section/layout behavior. */
@media (max-width: 620px) {
  .home-page .shop-story__media--collage {
    min-height: 0;
    height: auto;
    max-height: none;
    aspect-ratio: 1.08 / 1;
  }

  .home-page .shop-story__media--collage > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
