.ferney-hero {
  background-position: center 58%;
}

.ferney-gallery figure:nth-child(2) img,
.ferney-gallery figure:nth-child(6) img {
  aspect-ratio: 3 / 4;
  min-height: 520px;
}

.source-note {
  margin: 22px 0 0;
  padding: 18px 20px;
  border-left: 3px solid var(--orange);
  background: var(--panel);
  color: var(--dim);
  font-size: 14px;
}

.source-note strong,
.source-note a {
  color: var(--ink);
}

@media (max-width: 820px) {
  .ferney-gallery figure:nth-child(2) img,
  .ferney-gallery figure:nth-child(6) img {
    min-height: 360px;
  }
}
