/* line 1, ../scss/style.scss */
.banner-hero {
  height: auto;
}
/* line 4, ../scss/style.scss */
.banner-hero-text {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 3;
}
/* line 12, ../scss/style.scss */
.banner-hero video {
  z-index: 1;
  height: 50vh;
  width: 100%;
  object-fit: cover;
}
/* line 20, ../scss/style.scss */
.banner-hero-center video {
  height: 100vh;
}
/* line 25, ../scss/style.scss */
.banner-hero .button-primary-lg,
.banner-hero .button-secondary-lg {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 34, ../scss/style.scss */
  .banner-hero {
    height: 100vh;
  }
  /* line 36, ../scss/style.scss */
  .banner-hero video {
    height: 100%;
  }
  /* line 40, ../scss/style.scss */
  .banner-hero-text {
    padding-left: 50px;
    padding-right: 50px;
    gap: 32px;
  }
  /* line 46, ../scss/style.scss */
  .banner-hero-center .banner-hero-text {
    width: 728px;
    margin: auto;
    text-align: center;
  }
  /* line 52, ../scss/style.scss */
  .banner-hero-center video {
    height: 100vh;
  }
  /* line 57, ../scss/style.scss */
  .banner-hero .button-primary-lg,
  .banner-hero .button-secondary-lg {
    width: auto;
  }
}
/* line 64, ../scss/style.scss */
.banner-video-overlay {
  background-color: black;
  z-index: 2;
}
