/* Keep the complete supplied commercial photographs visible at every width. */
.service-visual img.commercial-site-photo,
.project-story > figure img.commercial-site-photo {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: contain;
}
.commercial-project-caption {
  margin-top: 8px;
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.6;
}
