.hero-photo {
  margin: 0;
  background: #17392f;
  border-radius: 48% 48% 18px 18px;
}

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

.hero-photo img {
  object-position: 50% 58%;
}

.hero-photo figcaption,
.photo figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  width: fit-content;
  max-width: calc(100% - 32px);
  padding: 8px 12px;
  border-radius: 9px;
  background: rgba(255, 250, 240, .94);
  color: #17392f;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
  box-shadow: 0 8px 24px rgba(23, 57, 47, .18);
}

.photo {
  margin: 0;
  background: #17392f;
}

.photo:first-child img {
  object-position: 50% 52%;
}

@media (max-width: 800px) {
  .hero-photo {
    border-radius: 28px 28px 16px 16px;
  }
}
