/* Preserve the supplied portrait's color and complete lower edge.
   Remove 290 / 4470 of the image from the top through the display frame:
   the approximately 870 px headroom becomes approximately 580 px. */
.company-service-v7.company-page .founder-layout > .founder-photo-v11 {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3352 / 4180;
  object-fit: cover;
  object-position: 50% 100%;
  filter: none;
}

@media (max-width: 520px) {
  .company-service-v7.company-page .founder-layout > .founder-photo-v11 {
    width: 200px;
    max-width: 100%;
  }
}
