#aug-banner {
  width: 68vw;
  background-image: url(../../../images/25/aug/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/aug/banner/back.jpg") 1x,
    url("../../../images/25/aug/banner/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: 16px;
  overflow: visible;
  --red: #ed1c24;
}
#aug-banner .placeholder {
  width: 27em;
  visibility: hidden;
}
#aug-banner .banner-inner {
  height: auto;
  padding: 0 15px;
  gap: 3em;
}
#aug-banner .banner-main {
  left: -24em;
  top: -10px;
}
#aug-banner .banner-main .main {
  width: 27vw;
  margin-top: -2em;
  margin-bottom: -2em;
}
#aug-banner .image {
  width: 8vw;
}
#aug-banner .banner-cta {
  right: -22em;
  top: -1em;
}
#aug-banner .banner-cta .text {
  width: 21vw;
  margin-bottom: 7px;
}
#aug-banner .button {
  font-size: 1em;
    width: 10em;
    height: 2em;
    border-radius: 0.85em;
    line-height: 1;
    margin-top: 1em;
}
#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 {
    font-weight: 600;
  }
}

@media screen and (max-width: 1250px) {
  #aug-banner .banner-main .main {
    display: none;
  }
  #aug-banner .banner-cta {
    right: -7em;
    top: -1em;
  }
  #aug-banner .banner-image {
    left: -14%;
    transform: unset;
    bottom: 0px;
  }
}
@media screen and (max-width: 991px) {
  #aug-banner .banner-main .main {
    width: 23em;
  }
}
@media screen and (max-width: 767px) {
  #aug-banner {
    width: 90%;
    background-position: top center;
    background-image: url(../../../images/25/aug/banner/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/aug/banner/back-m.jpg") 1x,
      url("../../../images/25/aug/banner/back-m@2x.jpg") 2x
    );
  }
  #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: 7%;
    margin-bottom: 2%;
  }
  #aug-banner .banner-main {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: unset;
    top: unset;
  }
  #aug-banner .banner-cta {
    right: unset;
    top: unset;
    position: relative;
  }
  #aug-banner .button {
    margin-bottom: 16%;
  }
}
@media screen and (max-width: 567px) {
  #aug-banner .button {
    font-size: 1.1em;
    width: 10em;
    height: 2em;
    border-radius: 1em;
    margin-bottom: 25%;
  }
  .container.promo-wrapper {
    margin-bottom: 20px;
  }
  #aug-banner .banner-main .main {
    width: 100%;
    margin-bottom: 4%;
  }
  #aug-banner .banner-main {
    width: 99%;
  }
  #aug-banner .banner-cta {
    width: 100%;
  }
  #aug-banner .image-m {
    width: 63%;
    margin-bottom: 7%;
  }
}
