/* Original website, step 02: captions belong to the photo, without a pill. */
.home-nursery-portrait {
  box-shadow: 0 8px 24px rgba(75, 51, 40, 0.09);
}

.home-nursery-portrait figcaption {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px 10px 16px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(to bottom, transparent, rgba(44, 34, 27, 0.62));
  backdrop-filter: none;
  color: #fffdf8;
  font-size: clamp(22px, 2.4vw, 26px);
  font-weight: 500;
  line-height: 1.5;
  text-shadow: 0 1px 3px rgba(35, 26, 20, 0.25);
}
