/* Photographed customer projects and clearly labeled artwork. */
.landing-gallery.story-example-gallery { grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); }
.story-example-gallery figure { margin: 0; min-width: 0; }
.story-example-gallery figure > a { display: block; }
.story-example-gallery figcaption, .keyword-hero-art figcaption { padding: 12px 4px; font-size: 14px; line-height: 1.5; }
.story-example-gallery figcaption a, .keyword-hero-art figcaption a, .keyword-image-grid figcaption a { text-decoration: underline; }
.story-example-gallery img, .showcase-card img.customer-project-image { object-fit: contain; background: #f6f4ef; }
.keyword-hero-art img.customer-project-image { max-height: 480px; object-fit: contain; }
