/* V24: uploaded campus hero and consistent footer logo treatment */
.hero {
  background-image: url('./assets/donghong-campus-hero-v24.png');
  background-position: center center;
  background-size: cover;
}

.footer-grid > div:first-child img {
  width: 182px;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .92;
}

@media (max-width: 980px) {
  .hero {
    background-position: 54% center;
  }
}

@media (max-width: 620px) {
  .hero {
    background-position: 61% center;
  }

  .footer-grid > div:first-child img {
    width: 168px;
  }
}
