/* Keep the original staggered gallery and its scroll animation. */
.career_hero-item .career-photo {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 5 / 7;
  object-fit: cover;
  object-position: center;
  border-radius: 1rem;
  filter: none !important;
}
