#oct2-sub-banner {
  width: 100%;
  background-image: url(../../../images/25/oct2/sub/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/oct2/sub/back.jpg") 1x,
    url("../../../images/25/oct2/sub/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 16px;
  width: 78em;
  margin-bottom: 25px;
  overflow: visible;
}
#oct2-sub-banner .banner-inner {
  height: auto;
  padding: 0 15px;
}
#oct2-sub-banner .banner-main {
  padding-top: 1.5em;
  padding-bottom: 1.8em;
  z-index: 1;
}
#oct2-sub-banner .main {
  width: 54em;
  margin-bottom: 8px;
}
#oct2-sub-banner .button {
  font-size: 1.2em;
  width: 12.5em;
  height: 2em;
  border-radius: 1em;
  margin-top: 9px;
  background-color: #ecea4c;
  border: 3px solid black;
  font-family: 'Avenir Next Bold'!important;
}
#oct2-sub-banner .right {
  right: 7px;
  width: 13em;
  top: -14px;
}
#oct2-sub-banner .left {
  left: -21px;
  bottom: -20px;
  width: 15em;
}
#oct2-sub-banner .button,
#oct2-sub-banner .button:visited,
#oct2-sub-banner .button:active,
#oct2-sub-banner .button:hover,
#oct2-sub-banner .button:focus {
  text-decoration: none;
  color: black;
}

#oct-promo {
  margin-bottom: 2em;
}

@supports (background: -webkit-named-image(i)) {
  #oct2-sub-banner .button {
    padding-top: 1px;
  }
}

@media screen and (max-width: 1300px) {
  #oct2-sub-banner {
    width: 96%;
  }
  #oct2-sub-banner .right,
  #oct2-sub-banner .left {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #oct2-sub-banner .main {
    width: 96%;
  }
}

@media screen and (max-width: 767px) {
  #oct2-sub-banner {
    max-width: 100%;
    margin-bottom: 20px;
    width: 92%;
    overflow: visible;
    background-image: url(../../../images/25/oct2/sub/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/oct2/sub/back-m.jpg") 1x,
      url("../../../images/25/oct2/sub/back-m@2x.jpg") 2x
    );
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  #oct2-sub-banner .banner-inner {
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
  #oct2-sub-banner .banner-main {
    padding-top: 7%;
    padding-bottom: 12%;
    width: 100%;
  }
  #oct2-sub-banner .button {
    font-size: 1.1em;
    margin-top: 7px;
  }
  #oct2-sub-banner .right {
    display: flex;
    width: 31%;
    right: -8%;
    top: 42%;
  }
  #oct2-sub-banner .main {
    width: 85%;
  }
  #oct2-hero,
  #oct-promo {
    margin-bottom: 17px;
  }
}

