.container.promo-wrapper {
  width: 1260px !important;
  margin-top: 40px;
  margin-bottom: 60px;
}
#sub1-banner {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  background-image: url(../../images/sub/8-10/sub/back.jpg);
  background-image: -webkit-image-set(
    url("../../images/sub/8-10/sub/back.jpg") 1x,
    url("../../images/sub/8-10/sub/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  --red: #ed1c24;
  overflow: visible;
}
#sub1-banner .banner-inner {
  height: auto;
  width: 1260px;
  position: relative;
}
#sub1-banner .banner-main {
  margin: 2.5em 0;
}
#sub1-banner .button {
  margin-top: 1em;
  font-size: 1.2em;
  width: 10em;
  height: 2.2em;
  border-radius: 1.1em;
  z-index: 1;
  line-height: 2;
  background-color: #ee1d25;
}
#sub1-banner .left {
  left: -10px;
}
#sub1-banner .right {
  right: 0em;
  top: -1em;
}
#sub1-banner .animation {
  width: 11em;
  right: 15em;
  top: 11px;
}
#sub1-banner .button {
  text-decoration: none;
  color: white;
}
#sub1-banner .button:hover,
#sub1-banner.button:visited,
#sub1-banner .button:active {
  text-decoration: none;
  color: white;
}
@supports (background: -webkit-named-image(i)) {
  #sub1-banner .button {
    padding-top: 1px;
  }
}
@media screen and (max-width: 1260px) {
  .container.promo-wrapper {
    width: 100% !important;
  }
  #sub1-banner .banner-inner {
    width: 100%;
  }
  #sub1-banner .animation {
    right: 7em;
  }
  #sub1-banner .right {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #sub1-banner .banner-inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #sub1-banner .button {
    font-size: 1.3em;
  }

  #sub1-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 5% 0;
  }
  .banner-inner .banner-main {
    width: 100%;
  }
  #sub1-banner .main {
    width: 60%;
    bottom: unset;
  }
  .banner-inner .banner-cta {
    margin-left: 0em;
    margin-right: 0em;
    width: 100%;
  }
  .container.promo-wrapper {
    margin-bottom: 20px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 567px) {
  #sub1-banner {
    overflow: visible;
    background-position: center;
    background-image: url(../../images/sub/8-10/sub/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../images/sub/8-10/sub/back-m.jpg") 1x,
      url("../../images/sub/8-10/sub/back-m@2x.jpg") 2x
    );
  }
  #sub1-banner .banner-inner {
    margin: 0;
    margin-bottom: 9%;
    margin-top: 62%;
  }
  #sub1-banner .main {
    width: 85%;
    bottom: unset;
  }
  #sub1-banner .button {
    font-size: 1.1em;
    margin-top: 5%;
    line-height: 1px;
  }
  #sub1-banner .banner-main {
    margin: 0;
  }
  #sub1-banner .animation {
    right: unset;
    width: 41%;
    height: auto;
    top: -73%;
    left: 50%;
    transform: translateX(-51%);
  }
  #sub1-banner .top {
    width: 48%;
    left: -2%;
    top: -87%;
  }
  #sub1-banner .bottom {
    bottom: -20.5%;
    right: -4%;
  }
}
