.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 30px;
  margin-bottom: 60px;
}
#dec-banner {
  width: 100%;
  background-image: url(../../images/sub/26-31/back.jpg);
  background-image: -webkit-image-set(
    url("../../images/sub/26-31/back.jpg") 1x,
    url("../../images/sub/26-31/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  --red: #ed1c24;
  overflow: visible;
  border-radius: 5px;
}
#dec-banner .banner-inner {
  height: auto;
  width: 100%;
  position: relative;
}
#dec-banner .banner-main {
  margin: 1em 0;
  margin-left: 0;
  margin-right: 4em;
}
#dec-banner .left {
  left: -27em;
  bottom: -21px;
}
#dec-banner .right {
  right: -29em;
}
#dec-banner .button {
  margin-top: 3px;
  font-size: 1.2em;
  width: 9em;
  height: 2em;
  border-radius: 1em;
  z-index: 1;
  background-color: #ed1c24;
  line-height: 1;
}
#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: 1360px) {
  .container.promo-wrapper {
    width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  #dec-banner .banner-inner {
    padding: 0 15px;
  }
  #dec-banner .banner-main {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #dec-banner {
    border-radius: 0;
    background-position: top center;
    background-image: url(../../images/sub/26-31/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../images/sub/26-31/back-m.jpg") 1x,
      url("../../images/sub/26-31/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;
  }
  .container.promo-wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 567px) {
  #dec-banner {
    z-index: 0;
  }
  #dec-banner .banner-main {
    margin: 0;
    margin-left: 0;
    margin-bottom: -4%;
  }
  #dec-banner .main {
    width: 61%;
    bottom: unset;
  }
  .container.promo-wrapper {
    padding: 0;
    margin-top: 0;
  }
  #dec-banner .banner-right {
    width: 100%;
    position: relative;
  }
  #dec-banner .banner-inner {
    margin-top: 7%;
    margin-bottom: 0;
  }
  #dec-banner .bottom {
    width: 81%;
    top: 12%;
  }
  #dec-banner .button {
    font-size: 1.2em;
    margin-top: 10px;
  }
  @supports (background: -webkit-named-image(i)) {
    #dec-banner .button {
      padding-top: 0;
    }
  }
}
