/* Global Hero class */
.hero {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Pages */
.hero-about {
  background-image: url('/_flysystem/fedora/2026-03/edited-blackfeet-man-offers-plant-medicine-editedjpg.jpg');
}

.hero-contact {
  background-image: url('/_flysystem/fedora/2026-03/cwis-library-contact-hero.jpg');
}

.hero-guide {
  background-image: url('/_flysystem/fedora/2026-03/Indigenous_people_in_the_ceremony_of__Inti_Raymi__Fest.jpg');
}

.hero-search {
  background-image: url('/_flysystem/fedora/2026-03/home-hero-repository_0.jpg');
}

/* Collections */
.hero-indg-economies{
  background-image: url('/_flysystem/fedora/2026-04/NCAI%20National%20Convention.jpg');
}

.hero-indg-env-justice {
  background-image: url('/_flysystem/fedora/2026-03/boudhayan-bardhan-Af4ji6eI-2U-unsplash.jpg');
}

.hero-indg-health {
  background-image: url('/_flysystem/fedora/2026-03/ikshana-productions--gukTrw5PzY-unsplash.jpg');
}

.hero-ind-knowledge {
	background-image: url('/_flysystem/fedora/2026-04/Indigenous%20Knowledge.jpg');
}

.hero-indg-nutrition {
  background-image: url('/_flysystem/fedora/2026-03/rudy-dong-VuBg3cG74A8-unsplash.jpg');
}

.hero-indg-political-conflicts {
  background-image: url('/_flysystem/fedora/2026-04/political-struggle-social-movements.jpg');
}

.hero-indg-rights {
	background-image: url('/_flysystem/fedora/2026-03/momument-valley-navajo-reservation_0.jpg');
}

.hero-int-law {
  background-image: url('/_flysystem/fedora/2026-04/international-law-human-rights.jpg');
}

.hero-ryser-collection {
  background-image: url('/_flysystem/fedora/2026-03/Faculty_Dr-Rudy-Ryser_photo_2.jpg');
}

/* Desktop */
@media screen and (min-width: 1024px) {
  .hero {
    width: 100vw;
    height: 70vh;
    min-height: 600px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    aspect-ratio: auto; /* important: remove 16:9 constraint */
  }
}