.container.promo-wrapper-new {
  width: 1286px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
#special-buys-banner {
  border-radius: 10px;
  overflow: visible;
  width: 100%;
  background-image: url(../../../images/redesign/special-buys/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/redesign/special-buys/back.jpg") 1x,
    url("../../../images/redesign/special-buys/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  --red: #ed1c24;
}
#special-buys-banner .main {
  top: -30px;
}
#special-buys-banner .main-ph {
  width: 29em;
}

@media screen and (max-width: 991px) {
}
@media screen and (max-width: 567px) {
  #special-buys-banner {
    border-radius: 0;
  }
  #special-buys-banner .main-ph {
    width: 100%;
  }
  #special-buys-banner .main {
    width: 95%;
    top: unset;
  }
  .container.promo-wrapper {
    width: 100% !important;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
  }
}
