/* Keep the complete subject visible in the site's conceptual illustrations. */
main img[src*="/images/brand/"]:not(.demo-image-blur-placeholder) {
  object-fit: contain !important;
  background-color: #080808;
}
/* The About introduction pairs a portrait composition with the longer copy. */
main img[src*="/about-seo-portrait-"] {
  width: 100%;
  height: 100%;
  max-height: 960px;
}
@media (max-width: 991px) {
  main img[src*="/about-seo-portrait-"] {
    height: auto;
    max-height: 680px;
    aspect-ratio: 2 / 3;
  }
}
