#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 bottom;
  background-repeat: no-repeat;
  font-size: 16px;
  width: 80em;
  margin-bottom: 25px;
  overflow: visible;
}
#oct-banner .banner-inner {
  height: auto;
  padding: 0 15px;
  gap: 37em;
}
#oct-banner .banner-main {
  margin: 2.5em 0;
}
#oct-banner .banner-cta {
  left: -8px;
}
#oct-banner .button-arrow {
  left: -18px;
  top: 12px;
  width: 10px;
}
#oct-banner .button {
  font-size: 1.2em;
  width: 14em;
  height: 2em;
  border-radius: 1em;
  margin-top: 14px;
  background-color: #9f1d65;
  color: white !important;
  text-decoration: none !important;
  letter-spacing: 1px;
  line-height: 2;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 6px 1px rgba(255, 255, 255, 0.8);
  border: 2px solid white;
}
#oct-banner .button-text {
  left: 12px;
}

#oct-banner .main-link {
  /* border: red solid 2px; */
  width: 12em;
  height: 12em;
}

@media screen and (max-width: 1300px) {
}
@media screen and (max-width: 991px) {
  #oct-banner {
    max-width: 100%;
    margin-bottom: 20px;
    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
    );
    width: 92%;
    background-position: center top;
    overflow: visible;
  }
  #oct-banner .banner-inner {
    flex-direction: column;
    padding: 0;
    width: 100%;
    gap: 0;
  }
  #oct-banner .banner-main {
    width: 100%;
    position: relative;
  }
  #oct-banner .main {
    width: 75%;
    margin: 0;
    padding: 0;
    margin-bottom: 0%;
    margin-top: 5%;
  }
  #oct-banner .banner-cta {
    align-self: center;
    order: 2;
    width: 100%;
  }
  #oct-banner .banner-main {
    padding: 0;
  }
  #oct-banner .button {
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 567px) {
  #oct-banner .button {
    font-size: 1.2em;
    margin-bottom: 9%;
    margin-top: 2%;
    width: 14.5em;
    height: 2.2em;
    border-radius: 1.1em;
    font-family: "Avenir Black" !important;
  }
  #oct-banner .main {
    width: 95%;
    margin: 0;
    padding: 0;
    margin-bottom: -6%;
    margin-top: 1%;
  }
  #oct-banner .banner-cta {
    left: unset;
    margin-bottom: 43%;
  }
}
