#oct-banner {
  width: 68vw;
  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;
  overflow: hidden;
}
#oct-banner .banner-inner {
  height: auto;
  padding: 0 15px;
  gap: 2em;
  height: 84%;
}
#oct-banner .banner-main {
  position: relative;
  left: -2vw;
}
#oct-banner .banner-main .main {
  width: 29vw;
  margin-top: 1.2vw;
}
#oct-banner .button {
  font-size: 1vw;
    height: 2vw;
    width: 11vw;
    border-radius: 35px;
    margin-top: 0.5vw;
    margin-bottom: 2vw;
}
#oct-banner .banner-image {
  position: relative;
  left: 5vw;
}
#oct-banner .banner-image .image{
  width: 27vw;
}
#oct-banner .banner-image .button {
  left: 15vw;
    bottom: -0.8vw;
}
#oct-banner a:hover,
#oct-banner a:focus,
#oct-banner a:active,
#oct-banner a:visited {
  color: white;
}

@supports (background: -webkit-named-image(i)) {
  #oct-banner .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 1250px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
  #oct-banner {
    width: 90%;
    background-position: bottom center;
    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
    );
    height: 154vw;
    flex-direction: column;
    width: 95%;
    justify-content: start;
    overflow: visible;
  }
  #oct-banner .banner-main .main {
    width: 92%;
    display: flex;
    margin-top: 8%;
    margin-bottom: 3%;
  }
  #oct-banner .banner-main {
    width: 90%;
    margin: 0;
    left: unset;
  }
  #oct-banner .button {
    margin-bottom: 7%;
        width: 64%;
        height: 10vw;
        font-size: 5vw;
        margin-top: 3%;
  }
  #oct-banner .banner-image {
    width: 100%;
  }
  #oct-banner .banner-image .image {
    width: 98%;
    left: -10%;
    position: relative;
  }
  #oct-banner .banner-image .button {
    left: 13vw;
    bottom: -3.4vw;
    width: 59%;
}
}

