.maes-gerhardt-hero {
  width: 100%;
  background: #01152d;
  line-height: 0;
}
.maes-gerhardt-hero__inner {
  width: min(2400px, 100%);
  margin: 0 auto;
}
.maes-gerhardt-hero__image {
  display: block;
  width: 100%;
  height: auto;
}
.maes-gerhardt-hero + * {
  margin-top: 0 !important;
}
.maes-gerhardt-original-hero {
  display: none !important;
}
@media (max-width: 991px) {
  .maes-gerhardt-hero {
    overflow: hidden;
  }
  .maes-gerhardt-hero__image {
    width: 138%;
    max-width: none;
    margin-left: -19%;
  }
}
@media (max-width: 640px) {
  .maes-gerhardt-hero__image {
    width: 182%;
    margin-left: -41%;
  }
}
