.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 40px;
  margin-bottom: 60px;
}
#lp-banner {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  background-image: url(../../images/12-deals/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../../images/12-deals/banner/back.jpg") 1x,
    url("../../images/12-deals/banner/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  --red: #ed1c24;
  overflow: visible;
}
#lp-banner .banner-inner {
  height: auto;
  width: 1260px;
  position: relative;
}
#lp-banner .banner-main {
  margin: 2em 0;
}
#lp-banner .left {
  left: -45px;
  top: -13px;
}
#lp-banner .right {
  right: -76px;
  bottom: -49px;
}
@supports (background: -webkit-named-image(i)) {
}
@media screen and (max-width: 1360px) {
  .container.promo-wrapper {
    width: 100% !important;
  }
  #lp-banner .banner-inner {
    width: 100%;
  }
  #lp-banner .animation {
    right: 7em;
  }
  #lp-banner .right {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #lp-banner .banner-inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #lp-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 5% 0;
  }
  .banner-inner .banner-main {
    width: 100%;
  }
  #lp-banner .main {
    width: 60%;
    bottom: unset;
  }
  .banner-inner .banner-cta {
    margin-left: 0em;
    margin-right: 0em;
    width: 100%;
  }
  .container.promo-wrapper {
    margin-bottom: 20px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 567px) {
  #lp-banner {
    overflow: visible;
    background-position: center;
    background-image: url(../../images/12-deals/banner/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../images/12-deals/banner/back-m.jpg") 1x,
      url("../../images/12-deals/banner/back-m@2x.jpg") 2x
    );
  }
  #lp-banner .banner-inner {
    margin: 0;
    margin: 19% 0;
  }
  #lp-banner .main {
    width: 78%;
    bottom: unset;
  }
  #lp-banner .banner-main {
    margin: 0;
  }
  #lp-banner .left {
    left: -2%;
    top: -76%;
    width: 44%;
  }
  #lp-banner .right {
    display: flex;
    right: -3%;
    bottom: -83%;
    width: 36%;
  }
}
