.container.promo-wrapper {
  width: 1430px !important;
  margin-top: 33px;
}
#aug-banner {
  width: 100%;
  background-image: url(../../../images/25/aug/sub/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/aug/sub/back.jpg") 1x,
    url("../../../images/25/aug/sub/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: 16px;
  overflow: hidden;
  height: 18em;
}
#aug-banner .banner-inner {
  height: auto;
  padding: 0 15px;
  gap: 2em;
  height: 84%;
}
#aug-banner .banner-main {
  margin: 1em 0;
}
#aug-banner .button {
  font-size: 1.25em;
  height: 2em;
  width: 11em;
  border-radius: 1em;
}
#aug-banner .text {
  margin-bottom: 13px;
}
#aug-banner a:hover,
#aug-banner a:focus,
#aug-banner a:active,
#aug-banner a:visited {
  color: white;
}

@supports (background: -webkit-named-image(i)) {
  #aug-banner .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 1250px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  #aug-banner {
    width: 90%;
    background-position: bottom center;
    background-image: url(../../../images/25/aug/sub/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/aug/sub/back-m.jpg") 1x,
      url("../../../images/25/aug/sub/back-m@2x.jpg") 2x
    );
    height: auto;
  }
  #aug-banner .banner-inner {
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 0em;
    position: relative;
  }
  #aug-banner .banner-main .main {
    width: 92%;
    display: flex;
    margin-top: 8%;
    margin-bottom: 3%;
  }
  #aug-banner .banner-main {
    width: 90%;
    margin: 0;
  }
  #aug-banner .button {
    margin-bottom: 7%;
  }
  .container.promo-wrapper {
    margin-bottom: 23px;
    padding: 0 !important;
    margin-top: 23px;
  }
  #aug-banner .banner-cta {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 567px) {
  #aug-banner .button {
    height: 2.2em;
    width: 11em;
    font-size: 1.15em;
    border-radius: 1.1em;
    line-height: 5;
    margin-bottom: 5%;
  }
  #aug-banner .banner-main .main {
    width: 90%;
    margin-bottom: 4%;
    margin-top: 9%;
    left: 0;
  }
  #aug-banner .banner-main {
    width: 99%;
  }
  #aug-banner .image-m {
    width: 63%;
  }
  #aug-banner .image {
    margin-bottom: 9%;
    width: 75%;
  }
}
