#aug-promo {
  font-size: 14px;
}
#aug-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../../images/25/aug/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/aug/hero/back.jpg") 1x,
    url("../../../images/25/aug/hero/back@2x.jpg") 2x
  );
}
#aug-hero .aug-container {
  width: 100%;
}
#aug-hero .headline {
  width: 59em;
  top: -7em;
}
#aug-hero .text {
  top: -3.5em;
}
#aug-hero .aug-left .image-left {
  width: 18em;
  top: 6em;
  left: -1em;
}
#aug-hero .aug-left {
  left: -22em;
}
#aug-hero .aug-main {
  margin-top: 6em;
  margin-bottom: 7em;
}
#aug-hero .aug-main .main {
  width: 48em;
}
#aug-hero .button {
  font-size: 1.5em;
  height: 2em;
  width: 11.5em;
  border-radius: 1em;
  background-color: #e21c27;
  font-weight: 900;
  top: -1em;
}
#aug-hero .aug-right .image-right {
  width: 23em;
  top: 3em;
}
#aug-hero .aug-right {
  right: -25em;
}

#aug-hero .button,
#aug-hero .button:hover,
#aug-hero .button:active,
#aug-hero .button:visited {
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 2000px) {
}
@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1300px) {
}
@media screen and (max-width: 991px) {
  @supports (background: -webkit-named-image(i)) {
    html {
      overflow-x: hidden !important;
    }
  }
}
@media screen and (max-width: 767px) {
  #aug-hero {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url(../../../images/25/aug/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/aug/hero/back-m.jpg") 1x,
      url("../../../images/25/aug/hero/back-m@2x.jpg") 2x
    );
  }
  #aug-hero .aug-container {
    width: 100%;
  }
  #aug-hero .aug-main {
    overflow: hidden;
    width: 100%;
  }
  #aug-hero .aug-inner {
    flex-direction: column;
    width: 100%;
  }
  #aug-hero .aug-main .main {
    width: 84%;
  }
  #aug-hero .aug-right {
    width: 100%;
  }
  #aug-hero .headline {
    width: 100%;
    top: 0;

    position: relative;
  }
  #aug-hero .text {
    top: 0;
    margin-bottom: 1em;
  }
  #aug-hero .button {
    top: 0;
  }
  #aug-hero .aug-main {
    margin-top: 1em;
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 567px) {
  #aug-hero .button {
    height: 2em;
    width: 11em;
    font-size: 1.3em;
    border-radius: 1em;
    line-height: 5;
  }
  #aug-hero .aug-main .main {
    width: 95%;
  }
  #aug-hero .aug-main {
    overflow: hidden;
    width: 100%;
    margin: 0;
    margin-bottom: 14%;
    margin-top: 7%;
  }
  #aug-hero .aug-left {
    left: unset;
    position: relative;
    width: 100%;
  }
  #aug-hero .image-right {
    width: 65%;
    margin-bottom: -21%;
    margin-top: 9%;
  }
  #aug-hero .text {
    top: 0;
    margin-bottom: 1em;
    max-width: 100%;
    width: 80%;
  }
}
