#aug2-banner {
  --red: #c72030;
  background-image: url(../images/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../images/banner/back.jpg") 1x,
    url("../images/banner/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;
}
#banner-special {
  max-width: 40em;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
#aug2-spin {
  padding: 4em 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-image: url(../images/hero/spin-back.jpg);
  background-image: -webkit-image-set(
    url("../images/hero/spin-back.jpg") 1x,
    url("../images/hero/spin-back@2x.jpg") 2x
  );
}
#aug2-spin .animation {
  width: 34.5em;
}
#aug2-spin .shadow {
  bottom: 37px;
  width: 40em;
}
#aug2-banner .banner-inner {
  height: auto;
  padding: 0 30px;
}
#aug2-banner .banner-main .main-ph {
  margin-top: 0;
  width: 80%;
}
#banner-special .main {
  margin-top: 8px;
  width: 46em;
  max-width: unset;
  left: -29em;
  top: 8px;
}
#banner-special .headline {
  width: 39em;
  transform: rotate(-3deg);
  left: -27.3em;
  top: 66px;
}
#aug2-banner .wheel-box {
  margin-left: -11em;
  margin-right: 5em;
}
#aug2-banner .wheel {
  width: 25em;
  height: auto;
  top: 4px;
}
#aug2-banner .text {
  margin-bottom: 1.5em;
}
#aug2-banner .button {
  font-size: 1.2em;
  width: 11em;
  height: 2em;
  border-radius: 1em;
  background-color: white;
  line-height: 2;
}
#aug2-banner .button,
#aug2-banner .button:hover,
#aug2-banner .button:visited,
#aug2-banner .button:active {
  text-decoration: none;
  color: white;
}
#aug2-banner .banner-main {
  visibility: hidden;
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
  #aug2-banner .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 1350px) {
  #aug2-banner {
    width: 95%;
  }
}
@media screen and (max-width: 1200px) {
  #aug2-banner .wheel-box {
    display: none;
  }
  #aug2-banner .banner-main .main-ph {
    margin-top: 0;
    width: 100%;
  }
  #banner-special .main {
    margin-top: 8px;
    width: 46em;
    max-width: unset;
    left: -13em;
    top: 8px;
  }
  #banner-special .headline {
    width: 39em;
    transform: rotate(-3deg);
    left: 59px;
    top: 66px;
  }
}
@media screen and (max-width: 991px) {
  #aug2-banner {
    background-image: url(../images/banner/back-m.jpg);
    background-image: -webkit-image-set(
      url("../images/banner/back-m.jpg") 1x,
      url("../images/banner/back-m@2x.jpg") 2x
    );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  #aug2-banner .banner-inner {
    flex-direction: column;
    width: 100%;
  }
  #aug2-banner .banner-cta {
    margin: 0;
    margin-bottom: 6%;
  }
  #aug2-banner .banner-main {
    height: auto;
    width: 100%;
    visibility: visible;
  }
  #aug2-banner .banner-main .main {
    margin-top: 0;
    width: 58%;
    max-width: 100%;
    margin-bottom: 4%;
    display: flex;
  }
  #aug2-banner .headline {
    width: 54%;
    transform: rotate(-3deg);
    top: 14%;
  }
  #aug2-spin {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-image: url(../images/hero/spin-back-m.jpg);
    background-image: -webkit-image-set(
      url("../images/hero/spin-back-m.jpg") 1x,
      url("../images/hero/spin-back-m@2x.jpg") 2x
    );
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 567px) {
  #aug2-banner .button {
    font-size: 1.1em;
    width: 9em;
  }
  #aug2-banner .banner-main .main {
    margin-top: 6%;
    width: 100%;
    max-width: 100%;
    margin-bottom: -1%;
  }
  #aug2-banner .banner-cta {
    margin: 0;
  }
  #aug2-banner .banner-image {
    width: 100%;
  }
  #aug2-banner .banner-image .image {
    width: 100%;
    margin-top: 7%;
  }
  #aug2-banner .banner-inner {
    height: auto;
    padding: 0 15px;
  }
  #aug2-banner {
    width: 95%;
    margin-bottom: 10px;
  }
  #aug2-spin .animation {
    width: 100%;
  }
  #aug2-spin {
    width: 100%;
    padding: 25% 4%;
  }
  #aug2-spin .shadow {
    bottom: 14.5%;
    width: 96%;
  }
  #aug2-banner .wheel {
    width: 100%;
    height: auto;
    bottom: -45%;
    top: unset;
    max-width: 400px;
  }
  #aug2-banner .main-m {
    visibility: hidden;
  }
  #banner-special .main {
    margin-top: -6%;
    width: 96%;
    max-width: unset;
  }
  #banner-special .headline {
    width: 92%;
    transform: rotate(-3deg);
    left: 4%;
    top: 6%;
  }
}
