#aug-subbanner {
  --red: #c72030;
  background-image: url(../../../images/banners/25/aug-sub/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/banners/25/aug-sub/back.jpg") 1x,
    url("../../../images/banners/25/aug-sub/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 16px;
  max-width: 83em;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  margin-bottom: 2em;
  margin-top: 3em;
  overflow: visible;
}
#aug-subbanner .banner-inner {
  height: auto;
  padding: 0 30px;
}
#aug-subbanner .banner-main img {
  margin-top: 0;
  margin-right: 4em;
}
#aug-subbanner .image {
  margin-right: 5em;
}
#aug-subbanner .win {
  width: 8em;
  top: -4em;
  left: 8em;
}
#aug-subbanner .button {
  font-size: 1.2em;
  width: 10em;
  height: 2.2em;
  border-radius: 1.1em;
  background-color: #c72031;
}
#aug-subbanner .button,
#aug-subbanner .button:hover,
#aug-subbanner .button:visited,
#aug-subbanner .button:active {
  text-decoration: none;
  color: white;
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
  #aug-subbanner .button {
    padding-top: 6px;
  }
}

@media screen and (max-width: 1350px) {
  #aug-subbanner {
    width: 95%;
  }
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  #aug-subbanner {
    background-image: url(../../../images/banners/25/aug-sub/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/banners/25/aug-sub/back-m.jpg") 1x,
      url("../../../images/banners/25/aug-sub/back-m@2x.jpg") 2x
    );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #aug-subbanner .banner-inner {
    flex-direction: column;
    width: 100%;
  }
  #aug-subbanner .banner-main {
    height: auto;
    width: 100%;
  }
  #aug-subbanner .banner-cta {
    margin: 0;
    margin-bottom: 0;
    flex-direction: column-reverse;
  }
  #aug-subbanner .image {
    margin-right: 0;
  }
  #aug-subbanner .banner-main img {
    margin: 1em auto;
  }
  #aug-subbanner .button {
    margin-bottom: 5em;
  }
}
@media screen and (max-width: 567px) {
  #aug-subbanner .button {
    font-size: 1.4em;
    width: 11em;
    height: 2em;
    border-radius: 1em;
    margin-top: 1em;
    margin-bottom: 12%;
    line-height: 1;
  }
  #aug-subbanner .banner-main img {
    margin-top: 12%;
    width: 90%;
    max-width: 100%;
  }
  #aug-subbanner .banner-cta {
    margin: 0;
    width: 100%;
  }
  #aug-subbanner .banner-image {
    width: 100%;
  }
  #aug-subbanner .banner-inner {
    height: auto;
    padding: 0 15px;
  }
  #aug-subbanner {
    width: 92%;
    margin-bottom: 0px;
    margin-top: 18px;
  }
  #aug-subbanner .image {
    margin-right: auto;
    width: 80%;
  }
  #aug-subbanner .win {
    width: 38%;
    top: -11%;
    left: 64%;
  }
}
