/* NESkills v161: Homepage hero tightened page-by-page while hamburger navigation is active. */
@media (max-width: 1099px) {
  body.homepage main#main > section.home80-hero {
    min-height: auto !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    align-items: flex-start !important;
  }

  body.homepage main#main > section.home80-hero .home80-hero-grid {
    margin-top: 0 !important;
    padding-top: 18px !important;
    align-items: start !important;
  }

  body.homepage main#main > section.home80-hero .home80-hero-copy {
    align-self: start !important;
    margin-top: 0 !important;
  }
}
