.about-photo {
  position: relative;
  min-height: 440px;
  margin: 0;
  overflow: hidden;
  background: #eaf2f4;
}

.about-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  object-position: 50% 35%;
}

.about-photo figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 13px 16px;
  color: #fff;
  background: rgba(9, 36, 55, .88);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.community-spotlight {
  margin: 30px 0 0 !important;
}

.community-spotlight .button {
  color: var(--navy);
}

@media (max-width: 800px) {
  .about-photo,
  .about-photo img {
    min-height: 400px;
  }
}
