.block-content--type-hero.classic {
  background-color: transparent;
}
.block-content--type-hero.classic .banner-overlay {
  position: absolute;
  -o-object-fit: none;
     object-fit: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .block-content--type-hero.classic {
    height: 35.125rem;
  }
}
.block-content--type-hero.classic .background-image-wrapper {
  position: absolute;
  -o-object-fit: none;
     object-fit: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}
.block-content--type-hero.classic .background-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
/*# sourceMappingURL=../../../sourcemaps/components/hero/hero-classic.css.map */
