.hero-portrait { width: 100%; }
.hero-portrait img {
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 54% 50%;
  border-radius: 44% 44% 5px 5px;
}
@media (max-width: 900px) {
  .hero-portrait { width: 90%; max-width: 520px; }
}
@media (max-width: 560px) {
  .hero-portrait img { height: auto; }
}
