.container.promo-wrapper {
  width: 1368px !important;
  margin-top: 60px;
  margin-bottom: 60px;
}
#aug-banner {
  /* -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.25); */
  width: 100%;
  background-image: url(../images/banner/back.webp);
  background-image: -webkit-image-set(url("../images/banner/back.webp") 1x,
      url("../images/banner/back@2x.webp") 2x);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  --red: #ed1c24;
  overflow: visible;
}
#aug-banner .banner-inner {
  height: auto;
  height: 268px;
  gap: 100px;
  position: relative;
  padding: 0 30px;
}
#aug-banner .banner-inner .banner-main img,
#aug-banner .banner-inner .main img {
  max-width: 100%;
}
#aug-banner .main {
  margin-left: -40px;
}
#aug-banner .image {
  left: 51%;
  transform: translateX(-50%);
  bottom: 9px;
}
#aug-banner .button {
  margin-top: 27px;
  font-size: 1.25em;
  width: 11.75em;
  height: 2.25em;
  border-radius: 54px;
  z-index: 1;
  line-height: 1;
  background-color: #EB0F10;
  margin-right: -16px;
}
@supports (background: -webkit-named-image(i)) {
  #aug-banner .button {
    padding-top: 4px;
  }
}
@media screen and (max-width: 991px) {
  #aug-banner .banner-inner {
    padding: 0 15px;
    width: 100%;
  }
  #aug-banner .main {
    margin-left: 0;
  }
  #aug-banner .main-m {
    margin-top: -43px;
  }
}
@media screen and (max-width: 767px) {
  #aug-banner {
    background-image: url(../images/banner/back-m.webp);
    background-image: -webkit-image-set(url("../images/banner/back-m.webp") 1x,
        url("../images/banner/back-m@2x.webp") 2x);
    background-position: bottom center;
  }
  #aug-banner .button {
    background-color: #36A9E1;
    margin-bottom: 60px;
    margin-right: 0;
  }
  #aug-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
    height: auto;
  }
  .banner-inner .banner-main {
    width: 100%;
    margin-top: 6px;
  }
  .banner-inner .banner-cta {
    margin-left: 0em;
    margin-right: 0em;
    width: 100%;
  }
  .container.promo-wrapper {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 567px) {
  #aug-banner .banner-inner {
    margin: 0;
  }
  #aug-banner .banner-right {
    right: unset;
    bottom: 0;
    position: relative;
    width: 100%;
  }
  .container.promo-wrapper {
    margin-top: 20px;
  }
  #aug-banner .bottom {
    width: 100%;
  }
  .container.promo-wrapper {
    margin-bottom: 15px;
  }
}