.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 60px;
  margin-bottom: 60px;
}
#dec-banner {
  width: 100%;
  background-image: url(../../../images/25/dec/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/dec/banner/back.jpg") 1x,
    url("../../../images/25/dec/banner/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  --red: #ed1c24;
  overflow: hidden;
}
#dec-banner .banner-inner {
  height: auto;
  width: 100%;
  position: relative;
  gap: 2em;
}
#dec-banner .banner-main {
  height: 100%;
  margin-left: -5em;
}
#dec-banner .main {
  width: 53em;
  bottom: 0;
  align-self: flex-end;
}
#dec-banner .text {
  width: 33em;
  margin-top: -18px;
  margin-bottom: -9px;
}
#dec-banner .button-img {
  width: 16px;
  margin-left: 2px;
}
#dec-banner .button {
  gap: 8px;
  margin-top: 0;
  font-size: 1.5em;
  width: 9em;
  height: 1.6em;
  border-radius: 0.8em;
  z-index: 1;
  background-color: #5c060d;
  line-height: 1;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 15px 1px rgba(255, 255, 255, 0.5);
}
#dec-banner .button {
  text-decoration: none;
  color: white;
}
#dec-banner .button:hover,
#dec-banner.button:visited,
#dec-banner .button:active {
  text-decoration: none;
  color: white;
}
@supports (background: -webkit-named-image(i)) {
  #dec-banner .button {
    padding-top: 2px;
  }
}
@media screen and (max-width: 1400px) {
  #dec-banner .banner-inner {
    justify-content: center;
  }
  #dec-banner .banner-main {
    margin-left: -18em;
  }
}
@media screen and (max-width: 991px) {
  #dec-banner {
    background-image: url(../../../images/25/dec/banner/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/dec/banner/back-m.jpg") 1x,
      url("../../../images/25/dec/banner/back-m@2x.jpg") 2x
    );
  }
}
@media screen and (max-width: 767px) {
  #dec-banner .button {
    font-size: 1.3em;
  }

  #dec-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 5% 0;
  }
  .banner-inner .banner-main {
    width: 100%;
    margin-left: unset;
  }
  #dec-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) {
  #dec-banner .main {
    width: 100%;
    left: -2.5%;
  }
  #dec-banner .banner-inner {
    margin: 0;
    margin-bottom: 10%;
    margin-top: 4%;
  }
  #dec-banner .banner-main {
    margin-left: auto;
  }
  #dec-banner .banner-note {
    font-size: 10px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1px;
    margin-bottom: 0;
    text-align: center;
  }
}
