#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 .aug-left .image-left {
  width: 19em;
  top: 8em;
}
#aug-hero .aug-left {
  left: -22em;
}
#aug-hero .aug-main {
  margin-top: 5em;
  margin-bottom: 5em;
}
#aug-hero .aug-main .main {
  margin-bottom: 1em;
}
#aug-hero .button {
  font-size: 1.5em;
  height: 2em;
  width: 12em;
  border-radius: 1em;
  background-color: #e21c27;
}
#aug-hero .aug-right .image-right {
  width: 28em;
  top: 9em;
}
#aug-hero .aug-right {
  right: -25em;
}

#aug-hero .headline {
  width: 61em;
  top: -10em;
}

#aug-hero .text {
  margin-bottom: 2em;
}

#aug-hero .button,
#aug-hero .button:hover,
#aug-hero .button:active,
#aug-hero .button:visited {
  text-decoration: none;
  color: white;
}

@supports (background: -webkit-named-image(i)) {
  #aug-hero .button {
    padding-top: 1px;
  }
}

@media screen and (max-width: 2000px) {
}
@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1300px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  #aug-hero {
    background-repeat: no-repeat;
    background-position: center;
    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: -24%;
  }
}
@media screen and (max-width: 567px) {
  #aug-hero .button {
    height: 2em;
    width: 10em;
    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: 0%;
    margin-top: 13%;
  }
  #aug-hero .image-right {
    width: 65%;
  }
  #aug-hero .aug-right {
    position: relative;
    right: unset;
  }
  #aug-hero .headline {
    width: 103%;
    top: -31%;
    max-width: unset;
  }
  #aug-hero .text {
    margin-bottom: 6%;
    width: 83%;
  }
  #aug-hero .aug-right .image-right {
    width: 66%;
    top: unset;
    left: 8%;
    margin-top: 7%;
  }
}
