/* Use the dedicated vertical series photographs in the full-range mobile cards. */
@media (max-width: 760px) {
  .product-directory-page .product-line-overview__grid figure {
    aspect-ratio: 4 / 5;
    background: #d3d5d1;
  }

  .product-directory-page .product-line-overview__grid figure picture,
  .product-directory-page .product-line-overview__grid figure img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .product-directory-page .product-line-overview__grid figure img {
    object-fit: cover;
    object-position: center center;
  }
}
