.container.promo-wrapper {
  width: 1460px !important;
  margin-top: 60px;
  margin-bottom: 60px;
}
#oct-banner {
  width: 100%;
  background-image: url(../../../images/25/oct/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/oct/banner/back.jpg") 1x,
    url("../../../images/25/oct/banner/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  --red: #ed1c24;
}

#oct-banner .banner-inner {
  height: auto;
  width: 100%;
  position: relative;
}
.banner-inner .banner-left {
  align-self: flex-end;
}
#oct-banner .main {
  width: 23em;
  margin: 1em 0;
}
.banner-inner .banner-cta {
  margin-left: 0em;
  margin-right: 2em;
}
.banner-cta .text {
  width: 33em;
  margin-bottom: 1em;
}
#oct-banner .button {
  font-size: 1.35em;
  width: 8em;
  height: 2em;
  border-radius: 1em;
  z-index: 1;
  font-family: "Helvetica" !important;
  font-weight: 700;
}
.banner-right .image {
  width: 10em;
  margin-right: 3em;
  margin-top: 1.1em;
}
#oct-banner .button {
  text-decoration: none;
  color: white;
}
#oct-banner .button:hover,
#oct-banner.button:visited,
#oct-banner .button:active {
  text-decoration: none;
  color: white;
}
@supports (background: -webkit-named-image(i)) {
  #oct-banner .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 991px) {
  .banner-inner .banner-cta {
    margin-left: 0em;
    margin-right: 2em;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  #oct-banner .banner-inner {
    height: auto;
    width: 100%;
    position: relative;
    padding: 0 2em;
  }
}
@media screen and (max-width: 767px) {
  #oct-banner {
    background-image: url(../../../images/25/oct/banner/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/oct/banner/back-m.jpg") 1x,
      url("../../../images/25/oct/banner/back-m@2x.jpg") 2x
    );
  }
  #oct-banner .button {
    font-size: 1.3em;
  }

  #oct-banner .banner-inner {
    flex-direction: column;
    padding: 2em;
  }
  .banner-inner .banner-main {
    width: 100%;
  }
  #oct-banner .main {
    width: 90%;
  }
  .banner-inner .banner-cta {
    margin-left: 0em;
    margin-right: 0em;
    width: 100%;
  }
  .banner-cta .text {
    width: 87%;
    margin-top: 4%;
  }
  #oct-banner .button {
    font-size: 1.3em;
    margin-bottom: 10%;
    width: 8em;
  }
  .container.promo-wrapper {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 430px) {
  #oct-banner .button {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 375px) {
  #oct-banner .button {
    font-size: 1.1em;
  }
  .banner-cta .text {
    width: 80%;
  }
  #oct-banner .banner-inner {
    padding: 0em;
  }
}
