.hero-photo img.coast-photo {
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(.95);
}

.hero-photo .lab-headshot {
  position: absolute;
  z-index: 2;
  right: -3%;
  bottom: -4%;
  width: min(54%, 460px);
  height: auto;
  filter: drop-shadow(0 18px 24px rgba(5, 50, 57, .32));
}

@media (max-width: 850px) {
  .hero-photo .lab-headshot {
    right: 2%;
    width: min(50%, 390px);
  }
}

@media (max-width: 520px) {
  .announce {
    padding: 0 8px;
    font-size: 10px;
    letter-spacing: .12em;
    white-space: nowrap;
  }

  .announce b,
  .announce-extra {
    display: none;
  }

  .hero-photo .lab-headshot {
    right: -7%;
    bottom: -2%;
    width: 65%;
  }
}
