.portrait img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.secondary .portrait img {
  height: auto;
}
