#oct2-banner {
  font-size: 16px;
  background-image: url(../../../images/banners/25/oct2/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/banners/25/oct2/back.jpg") 1x,
    url("../../../images/banners/25/oct2/back@2x.jpg") 2x
  );
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 2em auto;
  overflow: visible;
}
#oct2-banner .banner-inner {
  padding: 0 15px;
  margin-top: 14px;
}
#oct2-banner .banner-main {
  margin-right: 0em;
  padding-bottom: 8px;
  margin-left: -13em;
}
.banner-main .main {
  height: auto;
  margin: 1em 0;
  z-index: 3;
}
#oct2-banner .banner-image {
  margin-right: 3em;
}
.banner-image .image {
  height: auto;
  bottom: 9px;
}
.banner-cta {
  margin: 0 3em;
  bottom: 1.5em;
}
#oct2-banner .button {
  height: 2em;
  width: 8em;
  margin-top: 1em;
  font-size: 1.1em;
  border: none;
  background-color: #fdf102;
  border-radius: 1em;
}
/* Safari Only */
@supports (background: -webkit-named-image(i)) {
  #oct2-banner .button {
    padding-top: 2px;
  }
}
@media screen and (min-width: 1346px) {
  #oct2-banner {
    width: 100%;
    max-width: 83em;
  }
}
@media screen and (max-width: 1345px) {
  #oct2-banner {
    width: 95%;
  }
}
@media screen and (max-width: 1300px) {
  .banner-image .image {
    display: none;
  }
  #oct2-banner .banner-main {
    margin-left: 0;
  }
}
@media screen and (max-width: 1119px) {
}
@media screen and (max-width: 1050px) {
}
@media screen and (max-width: 991px) {
  #oct2-banner .banner-main {
    margin-right: 0em;
    padding-bottom: 8px;
    margin-left: 6em;
  }
}
@media screen and (max-width: 767px) {
  #oct2-banner {
    background-image: url(../../../images/banners/25/oct2/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/banners/25/oct2/back-m.jpg") 1x,
      url("../../../images/banners/25/oct2/back-m@2x.jpg") 2x
    );
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #oct2-banner .banner-inner {
    flex-direction: column;
    width: 100%;
  }
  .banner-main .main {
    width: 88%;
    height: auto;
    margin: 2em 0;
    z-index: 3;
    margin-right: 0em;
  }
  #oct2-banner .banner-main {
    margin-right: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: auto;
  }
  .banner-inner .banner-cta {
    width: 100%;
  }
  .banner-cta .image-cta {
    width: 79%;
    height: auto;
  }
  #oct2-banner .button {
    font-size: 1.35em;
    margin-bottom: 3em;
    background-color: black;
    color: white;
  }
}
@media screen and (max-width: 567px) {
  #oct2-banner {
    width: 90%;
    margin-bottom: 21px;
  }
  #oct2-banner .button {
    font-size: 1.2em;
    margin-bottom: 2em;
    margin-top: 1em;
    width: 9em;
  }
  .banner-main .main {
    width: 91%;
    margin-bottom: 5%;
  }
  /* Safari Only */
  @supports (background: -webkit-named-image(i)) {
    #oct2-banner .button {
      padding-top: 0;
    }
  }
}
