.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 60px;
  margin-bottom: 60px;
}
#jan-banner {
  width: 100%;
  background-image: url(../../../images/26/jan/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/26/jan/banner/back.jpg") 1x,
    url("../../../images/26/jan/banner/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: visible;
}
#jan-banner .banner-inner {
  height: auto;
  width: 100%;
  position: relative;
  gap: 5em;
}
#jan-banner .main-ph {
  width: 31em;
}
#jan-banner .banner-cta {
  margin: 1em 0;
}
#jan-banner .button {
  margin-top: 1em;
  font-size: 1.2em;
  width: 10em;
  height: 2em;
  border-radius: 1em;
  z-index: 1;
  background-color: #ffc219;
  line-height: 1;
}
#jan-banner .button {
  text-decoration: none;
  color: black;
}
#jan-banner .button:hover,
#jan-banner.button:visited,
#jan-banner .button:active {
  text-decoration: none;
  color: black;
}
@supports (background: -webkit-named-image(i)) {
  #jan-banner .button {
    padding-top: 2px;
  }
}
@media screen and (max-width: 1050px) {
  #jan-banner .main {
    width: 54%;
  }
}
@media screen and (max-width: 991px) {
  #jan-banner .banner-inner {
    padding: 0 15px;
    gap: 1em;
  }
}
@media screen and (max-width: 767px) {
  #jan-banner .button {
    font-size: 1.3em;
  }
  #jan-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 5% 0;
  }
  .banner-inner .banner-main {
    width: 100%;
  }
  #jan-banner .main {
    width: 60%;
    bottom: unset;
  }
  .banner-inner .banner-cta {
    margin-left: 0em;
    margin-right: 0em;
    width: 100%;
  }
  .container.promo-wrapper {
    margin-bottom: 20px;
  }
  #jan-banner .banner-cta {
    margin: 0;
  }
}

@media screen and (max-width: 567px) {
  #jan-banner {
    background-image: url(../../../images/26/jan/banner/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/26/jan/banner/back-m.jpg") 1x,
      url("../../../images/26/jan/banner/back-m@2x.jpg") 2x
    );
  }
  #jan-banner .main {
    width: 95%;
  }
  #jan-banner .banner-inner {
    margin-bottom: 9%;
  }
  #jan-banner .button {
    font-size: 1.2em;
    margin-top: 12px;
  }
}
