#fw-section-hero-0 {

@media (max-width: 768px) {
  .hero--fw-section-hero-0,
  .hero--fw-section-hero-0 .hero__container,
  .hero--fw-section-hero-0 .hero__inner,
  .hero--fw-section-hero-0 .section-background,
  .hero--fw-section-hero-0 .section-background__image {
    height: 24vw !important;
    min-height: 24vw !important;
    max-height: 24vw !important;
  }

  .hero--fw-section-hero-0 .section-background__image {
    background-size: contain !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
  }

  .hero--fw-section-hero-0 .hero__content {
    padding: 0 !important;
    min-height: 0 !important;
  }

  .hero--fw-section-hero-0 .hero__heading {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hero--fw-section-hero-0,
  .hero--fw-section-hero-0 .hero__container,
  .hero--fw-section-hero-0 .hero__inner,
  .hero--fw-section-hero-0 .section-background,
  .hero--fw-section-hero-0 .section-background__image {
    height: 30vw !important;
    min-height: 30vw !important;
    max-height: 460px !important;
  }

  .hero--fw-section-hero-0 .section-background__image {
    background-size: 100% auto !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }
}
}