#collectible-design-about img {
  height: auto;
  object-fit: contain;
}

/* Keep the portrait in normal flow when the About layout becomes one column. */
@media (max-width: 1100px) {
  .feature-media.founder-portrait {
    position: static;
    top: auto;
  }
}
