.banner-hero {
  width: 100%;
/*  height: 90vh;
  background-image: url('/images/project-banner.png'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
/*  padding: 12rem; */
}

.banner-hero h1 {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.banner-hero p {
  font-size: 1.25rem;
  margin-top: 1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.banner-hero .pbcday2026 {
  background-image: url('../videos/pbc-day/2026/pbc-day-2026-hero-web.mp4');
}