.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 30px;
  margin-bottom: 60px;
}
#dec-banner {
  width: 100%;
  background-image: url(../../../images/25/dec/sub/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/dec/sub/back.jpg") 1x,
    url("../../../images/25/dec/sub/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  --red: #ed1c24;
  overflow: visible;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.4);
}
#dec-banner .banner-inner {
  height: auto;
  width: 700px;
  position: relative;
}
#dec-banner .banner-main {
  margin: 1em 0;
}
#dec-banner .banner-left {
  left: -21em;
  top: 11px;
}
#dec-banner .banner-right {
  right: -21em;
  top: 82px;
}
#dec-banner .button {
  width: 10em;
  height: 3em;
  bottom: 1em;
  right: 3em;
  z-index: 1;
}
#dec-banner .button {
  text-decoration: none;
  color: transparent;
  background-color: transparent;
}
#dec-banner .button:hover,
#dec-banner.button:visited,
#dec-banner .button:active {
  text-decoration: none;
  color: transparent;
  background-color: transparent;
}
@supports (background: -webkit-named-image(i)) {
  #dec-banner .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 991px) {
  #dec-banner .banner-inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #dec-banner {
    background-image: url(../../../images/25/dec/sub/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/dec/sub/back-m.jpg") 1x,
      url("../../../images/25/dec/sub/back-m@2x.jpg") 2x
    );
  }
  #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%;
  }
  #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;
  }
  #dec-banner .button {
    font-size: 1.1em;
    margin-top: 1em;
    border-radius: 1.1em;
    border: none;
    width: 9.5em;
    height: 2.2em;
    bottom: unset;
    right: unset;
    z-index: 1;
    background-color: #ed1c24;
  }
  #dec-banner .banner-main {
    flex-direction: column;
  }
  #dec-banner .button {
    text-decoration: none;
    color: white;
    background-color: #ed1c24;
  }
  #dec-banner .button:hover,
  #dec-banner.button:visited,
  #dec-banner .button:active {
    text-decoration: none;
    color: white;
    background-color: #ed1c24;
  }
}

@media screen and (max-width: 567px) {
  #dec-banner {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #dec-banner .banner-main {
    margin: 0;
    margin-bottom: 46%;
  }
  #dec-banner .main {
    width: 94%;
  }
  #dec-banner .button {
    font-size: 1em;
  }
  #dec-banner .banner-inner {
    margin-bottom: 0;
  }
  #dec-banner .banner-right {
    right: unset;
    top: unset;
    bottom: -4%;
  }
  .container.promo-wrapper {
    margin-top: 20px;
  }
  #dec-banner .mobile-img {
    z-index: 0;
  }
}
