/* Keep the owner's full head visible and the portrait compact in the hero. */
.hero-card {
  max-width: 380px;
}

.owner-image img {
  object-position: center top;
}

@media (max-width: 680px) {
  .hero-card {
    max-width: 320px;
  }
}
