.portrait {
  display: block;
  height: auto;
  aspect-ratio: 4 / 5;
  margin-bottom: 1.3rem;
  overflow: hidden;
  background: #d8d7cf;
}

.portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.person-ola .portrait img {
  transform: scale(1.45);
  transform-origin: center 50%;
}

.person-paul .portrait { background: #5f5049; }
.person-rory .portrait { background: #dfe2df; }
