#aug-banner {
  width: 100%;
  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;
  width: 80em;
  margin-bottom: 25px;
  overflow: visible;
}
#aug-banner .banner-inner {
  height: auto;
  padding: 0 15px;
  gap: 19em;
}
#aug-banner .main {
  margin: 35px 0;
  z-index: 1;
  top: 7px;
  left: 10px;
}
#aug-banner .banner-cta {
  left: -41px;
}
#aug-banner .text {
  width: 25em;
}
#aug-banner .image {
  width: 17.5em;
  top: -9px;
  left: 54%;
  transform: translateX(-56%);
  z-index: 0;
}
#aug-banner .button {
  font-size: 1.1em;
  width: 10.5em;
  height: 2em;
  border-radius: 1em;
  margin-top: 14px;
  background-color: #e21c27;
  color: white !important;
  text-decoration: none !important;
}

@media screen and (max-width: 1300px) {
  #aug-banner {
    width: 96%;
  }
  #aug-banner .image {
    display: none;
  }
  #aug-banner .banner-inner {
    gap: 9em;
  }
}
@media screen and (max-width: 991px) {
  #aug-banner .banner-inner {
    height: auto;
    padding: 0 15px;
    gap: 3em;
  }
  #aug-banner .main {
    margin: 19px 0;
    z-index: 1;
    top: 7px;
    max-width: 100%;
    width: 52%;
    padding: 0 1%;
    left: -1%;
  }
  #aug-banner .text {
    width: 100%;
    max-width: 100%;
  }
  #aug-banner .banner-cta {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  #aug-banner {
    max-width: 100%;
    margin-bottom: 20px;
    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
    );
    width: 92%;
    background-position: center;
    overflow: visible;
  }
  #aug-banner .banner-inner {
    flex-direction: column;
    padding: 0;
    width: 100%;
    gap: 0;
  }
  #aug-banner .banner-main {
    width: 100%;
    position: relative;
  }
  #aug-banner .main {
    width: 91%;
    margin: 0;
    padding: 0;
    margin-bottom: 5%;
    margin-top: 3%;
  }
  #aug-banner .banner-cta {
    align-self: center;
    order: 2;
    width: 100%;
  }
  #aug-banner .banner-main {
    padding: 0;
  }
  #aug-banner .button {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 567px) {
  #aug-banner .main {
    width: 95%;
    margin: 0;
    padding: 0;
    margin-bottom: 5%;
    margin-top: 7%;
    left: 1%;
  }
  #aug-banner .button {
    margin-bottom: 9%;
  }
}
