.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 60px;
  margin-bottom: 60px;
}
#feb-banner {
  width: 100%;
  background-image: url(../../../images/26/feb/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/26/feb/banner/back.jpg") 1x,
    url("../../../images/26/feb/banner/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: visible;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
}
#feb-banner .banner-inner {
  height: auto;
  width: 100%;
  position: relative;
  gap: 5em;
}
#feb-banner .main-ph {
  width: 32em;
}
#feb-banner .main {
  top: -12px;
}
#feb-banner .banner-cta {
  margin: 1em 0;
}
#feb-banner .button {
  margin-top: 1em;
  font-size: 1.2em;
  width: 11em;
  height: 2em;
  border-radius: 1em;
  z-index: 1;
  background-color: #e12023;
  line-height: 1;
}
#feb-banner .right {
  bottom: -49px;
  right: -38.4em;
}
#feb-banner .left {
  bottom: -42px;
  left: -41.5em;
}
#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: 4px;
  }
}
@media screen and (max-width: 1050px) {
  #feb-banner .main {
    width: 54%;
  }
}
@media screen and (max-width: 991px) {
  #feb-banner .banner-inner {
    padding: 0 15px;
    gap: 1em;
  }
}
@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;
  }
  #feb-banner .banner-cta {
    margin: 0;
  }
  #feb-banner .main-ph {
    width: 100%;
    margin-bottom: 19%;
  }
  #feb-banner .main {
    width: 107%;
    max-width: unset;
  }
}

@media screen and (max-width: 567px) {
  #feb-banner {
    background-image: url(../../../images/26/feb/banner/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/26/feb/banner/back-m.jpg") 1x,
      url("../../../images/26/feb/banner/back-m@2x.jpg") 2x
    );
  }
  #feb-banner .banner-inner {
    margin-bottom: 9%;
  }
  #feb-banner .button {
    font-size: 1.2em;
    margin-top: 12px;
    height: 2.2em;
    border-radius: 1.1em;
    width: 10.5em;
  }
}
