.hero-banner-gastro {
  box-sizing: border-box;
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 3px auto 0;
  max-width: 1200px;
  min-height: 100%;
  min-width: 414px;
  position: relative;
  width: 100%;
}

@media (min-width: 1200px) {
  .hero-banner-gastro {
    height: 311px;
  }
}

.hero-banner-gastro:not(.hero-banner-gastro--overview) {
  min-height: 545px;
}

@media (min-width: 768px) {
  .hero-banner-gastro:not(.hero-banner-gastro--overview) {
    min-height: unset;
  }
}

.hero-banner-gastro p {
  margin-bottom: 0;
}

.hero-banner-gastro__drops {
  bottom: 0;
  margin: 0 auto;
  position: absolute;
  width: 100%;
}

.hero-banner-gastro__drops--desktop {
  display: none;
  right: 0;
  width: auto;
}

.hero-banner-gastro__drops--mobile {
  left: 0;
}

@media (min-width: 768px) {
  .hero-banner-gastro__drops--desktop {
    display: block;
  }

  .hero-banner-gastro__drops--mobile {
    display: none;
  }
}

.hero-banner-gastro--overview .field_hero_gastro_seal {
  display: block;
  left: 20px;
  position: absolute;
  top: 20px;
  width: auto;
}

@media (min-width: 768px) {
  .hero-banner-gastro--overview .field_hero_gastro_seal {
    left: 100px;
    transform: translateY(-50%);
    top: 50%;
  }
}

.hero-banner-gastro--overview .field_hero_gastro_seal .image-desktop {
  display: block;
}

.hero-banner-gastro--overview .field_hero_gastro_seal .image-desktop img {
  max-width: 178px;
}

@media (min-width: 768px) {
  .hero-banner-gastro--overview .field_hero_gastro_seal .image-desktop img {
    max-width: 220px;
  }
}

.hero-banner-gastro__image {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(219, 124, 0, 0.55) 76.56%);
  display: block;
  min-height: 420px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .hero-banner-gastro__image {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 17%, rgba(219, 124, 0, 0.55) 100%);
    min-height: 311px;
  }
}

.hero-banner-gastro--overview .hero-banner-gastro__image {
  min-height: 315px;
  overflow: hidden;
}

.hero-banner-gastro__image .field_hero_bg_image {
  bottom: 0;
  margin: 0 auto;
  position: absolute;
  width: 100%;
}

@media (min-width: 768px) {
  .hero-banner-gastro__image .field_hero_bg_image {
    right: 100px;
    width: auto;
  }
}

.hero-banner-gastro--overview .field_hero_bg_image {
  left: unset;
  position: absolute;
  right: 0;
  top: 20px;
  width: auto;
}

@media (min-width: 768px) {
  .hero-banner-gastro--overview .field_hero_bg_image {
    left: 300px;
    right: unset;
    top: 0;
  }
}

.hero-banner-gastro__image img {
  display: block;
  height: 100%;
  margin: 0 auto;
  max-width: 340px;
  width: 100%;
}

.hero-banner-gastro--overview .hero-banner-gastro__image img {
  max-width: 270px;
}

.hero-banner-gastro__image .image-desktop {
  display: none;
}

@media (min-width: 768px) {
  .hero-banner-gastro__image img {
    height: auto;
    max-height: 450px;
  }

  .hero-banner-gastro__image .image-desktop {
    display: block;
  }

  .hero-banner-gastro__image .image-mobile {
    display: none;
  }

}

.hero-banner-gastro__headline {
  color: #DB7C00;
  display: block;
  font-family: 'FuturaPTMedium', Futura, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-stretch: normal;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 32.2px;
  margin: 0;
  padding: 0 24px;
  position: absolute;
  top: 27px;
  width: 75%;
}

@media (min-width: 768px) {
  .hero-banner-gastro__headline {
    font-size: 38px;
    margin: 0;
    left: 40px;
    line-height: 43.7px;
    top: 20px;
    padding: 0 20px;
    position: absolute;
    width: 50%;
  }
}

.hero-banner-gastro__description {
  color: #000000;
  display: block;
  font-family: 'FuturaPTMedium', Futura, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 500;
  height: auto;
  letter-spacing: -0.16px;
  line-height: 20px;
  padding: 20px 20px 20px 10px;
  width: auto;
}

@media (min-width: 768px) {
  .hero-banner-gastro__description {
    left: 40px;
    top: 160px;
    padding: 0 20px;
    position: absolute;
    width: 50%;
  }
}

@media (min-width: 847px) {
  .hero-banner-gastro__description {
    top: 140px;
  }
}

.hero-banner-gastro__references {
  color: #000000;
  display: block;
  font-family: 'FuturaPTBook', Futura, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  font-weight: 400;
  height: auto;
  letter-spacing: normal;
  line-height: 12.5px;
  padding: 0 20px 20px 10px;
  width: auto;
}

.hero-banner-gastro__references sup {
  top: 0;
  vertical-align: super;
}

@media (min-width: 768px) {
  .hero-banner-gastro__references {
    left: 40px;
    top: 290px;
    padding: 0 20px;
    position: absolute;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .hero-banner-gastro__references {
    top: 260px;
  }
}
