/**
 * /opportunities/ — scale main page chrome on 1080p-class viewports only.
 * Targets body.opportunities-browse #volunteerOppFullPageTour (header/footer stay full size).
 * lg+992px width, ≤1920px, min-height 500px; zoom 0.78. Tablets/small phones unchanged.
 */

@media (max-width: 1920px) and (min-width: 992px) {
  @media (min-height: 500px) {
    body.opportunities-browse #volunteerOppFullPageTour {
      zoom: 0.78;
    }
  }
}
