.page-hero img.about-practitioner-portrait {
  width: min(100%, 34rem);
  height: auto;
  max-height: none;
  aspect-ratio: 1122 / 1402;
  object-fit: contain;
  object-position: center;
  justify-self: center;
  align-self: start;
}

@media (max-width: 680px) {
  .page-hero img.about-practitioner-portrait {
    width: min(100%, 24rem);
  }
}
