.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 30px;
  margin-bottom: 0;
}
.container.febsubpromo-wrapper {
  width: 1360px !important;
  margin-top: 30px;
  margin-bottom: 60px;
}
#jan-banner {
  overflow: hidden;
}
#feb-banner {
  width: 100%;
  background-image: url(../../../images/26/feb/sub/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/26/feb/sub/back.jpg") 1x,
    url("../../../images/26/feb/sub/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#feb-banner .banner-inner {
  height: auto;
  width: 100%;
  position: relative;
}
#feb-banner .banner-main {
  margin: 1.1em 0;
  margin-left: -41.4em;
}
#feb-banner .banner-image {
  right: 0;
}
#feb-banner .text {
  left: 121px;
}
#feb-banner .button {
  margin-top: 1em;
  font-size: 1.2em;
  width: 12.5em;
  height: 2em;
  border-radius: 1em;
  z-index: 1;
  line-height: 1;
  -webkit-box-shadow: 4px 5px 2px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 5px 2px 0px rgba(0, 0, 0, 0.25);
}
#jan-banner .button {
  -webkit-box-shadow: 4px 5px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 5px 2px 0px rgba(0, 0, 0, 0.2);
}
#feb-banner .button {
  text-decoration: none;
  color: white;
}
#feb-banner .button:hover,
#feb-banner.button:visited,
#feb-banner .button:active {
  text-decoration: none;
  color: white;
}
@supports (background: -webkit-named-image(i)) {
  #feb-banner .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 991px) {
  #feb-banner {
    background-image: url(../../../images/26/feb/sub/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/26/feb/sub/back-m.jpg") 1x,
      url("../../../images/26/feb/sub/back-m@2x.jpg") 2x
    );
    background-position: bottom;
  }
  #feb-banner .banner-inner {
    padding: 0 15px;
  }
  #feb-banner .banner-main {
    margin: 1.1em 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #feb-banner .button {
    font-size: 1.3em;
  }
  #feb-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 5% 0;
  }
  .banner-inner .banner-main {
    width: 100%;
  }
  #feb-banner .main {
    width: 60%;
    bottom: unset;
  }
  .banner-inner .banner-cta {
    margin-left: 0em;
    margin-right: 0em;
    width: 100%;
  }
  .container.promo-wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 567px) {
  #feb-banner {
    background-position: center;
  }
  #feb-banner .main {
    width: 82%;
  }
  #feb-banner .banner-inner {
    margin: 0;
  }
  #feb-banner .banner-main {
    margin: 0;
    margin-left: 0;
    margin-top: 7%;
    margin-bottom: 98%;
  }
  #feb-banner .button {
    font-size: 1em;
  }
  #feb-banner .image {
    width: 95%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  #feb-banner .banner-image {
    bottom: 0;
  }
  #feb-banner .text {
    left: unset;
    width: 70%;
    margin-top: 15%;
  }
  .container.promo-wrapper {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .container.febsubpromo-wrapper {
    margin-top: 20px;
  }
}
