#aug-banner {
  --red: #c72030;
  background-image: url(../../../images/banners/25/aug/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/banners/25/aug/back.jpg") 1x,
    url("../../../images/banners/25/aug/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;
}
#aug-spin {
  margin-bottom: 2em;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-image: url(../../../images/25/aug/hero/spin-back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/aug/hero/spin-back.jpg") 1x,
    url("../../../images/25/aug/hero/spin-back@2x.jpg") 2x
  );
}
#aug-spin .animation {
  width: 34.5em;
}
#aug-banner .banner-inner {
  height: auto;
  padding: 0 30px;
}
#aug-banner .banner-main img {
  margin-top: 8px;
}
#aug-banner .text {
  margin-bottom: 1.5em;
  margin-top: 1em;
}
#aug-banner .button {
  font-size: 1.2em;
  width: 10em;
  height: 2.2em;
  border-radius: 1.1em;
  background-color: black;
  padding: 0;
  line-height: 1;
}
#aug-banner .button,
#aug-banner .button:hover,
#aug-banner .button:visited,
#aug-banner .button:active {
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 1350px) {
  #aug-banner {
    width: 95%;
  }
  #aug-banner .banner-cta {
    margin: 4em 0;
  }
  #aug-banner .banner-main img {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
  }
  #aug-banner .banner-main {
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  #aug-banner {
    background-image: url(../../../images/banners/25/aug/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/banners/25/aug/back-m.jpg") 1x,
      url("../../../images/banners/25/aug/back-m@2x.jpg") 2x
    );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #aug-banner .banner-inner {
    flex-direction: column;
    width: 100%;
  }
  #aug-banner .banner-cta {
    margin: 0;
    margin-bottom: 6%;
  }
  #aug-banner .banner-main {
    height: auto;
    width: 100%;
  }
  #aug-banner .banner-main img {
    margin-top: 0;
    width: 58%;
    max-width: 100%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 567px) {
  #aug-banner .button {
    font-size: 1.1em;
    width: 10em;
  }
  #aug-banner .banner-main img {
    margin-top: 6%;
    width: 100%;
    max-width: 100%;
  }
  #aug-banner .banner-cta {
    margin: 0;
  }
  #aug-banner .banner-image {
    width: 100%;
  }
  #aug-banner .banner-image img {
    width: 100%;
    margin-top: 7%;
  }
  #aug-banner .banner-inner {
    height: auto;
    padding: 0 15px;
  }
  #aug-banner {
    width: 95%;
    margin-bottom: 10px;
  }
  #aug-spin .animation {
    width: 100%;
    left: -3%;
  }
  #aug-spin {
    width: 100%;
    padding: 16% 0;
  }
}
