.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 60px;
  margin-bottom: 60px;
}
#nov2-banner {
  width: 100%;
  background-image: url(../../../images/25/nov2/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/nov2/banner/back.jpg") 1x,
    url("../../../images/25/nov2/banner/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  --red: #ed1c24;
  overflow: visible;
}
#nov2-banner .banner-inner {
  height: auto;
  width: 100%;
  position: relative;
  gap: 1em;
}
#nov2-banner .banner-cta {
  margin-right: 1em;
}
#nov2-banner .banner-image {
  margin-left: -1em;
}
#nov2-banner .offer {
  align-self: flex-end;
}
#nov2-banner .button {
  margin-top: 1em;
  font-size: 1.2em;
  width: 11em;
  height: 2em;
  border-radius: 1em;
  z-index: 1;
  line-height: 1;
}
#nov2-banner .button {
  text-decoration: none;
  color: white;
}
#nov2-banner .button:hover,
#nov2-banner.button:visited,
#nov2-banner .button:active {
  text-decoration: none;
  color: white;
}
@supports (background: -webkit-named-image(i)) {
  #nov2-banner .button {
    padding-top: 2px;
  }
}
@media screen and (max-width: 1200px) {
  #nov2-banner .banner-inner {
    padding: 0 15px;
  }
  #nov2-banner .banner-cta {
    margin-right: unset;
  }
  #nov2-banner .banner-image {
    margin-left: unset;
  }
}
@media screen and (max-width: 991px) {
  .banner-inner .banner-cta {
    margin: 1em 0;
  }
}
@media screen and (max-width: 767px) {
  #nov2-banner {
    background-image: url(../../../images/25/nov2/banner/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/nov2/banner/back-m.jpg") 1x,
      url("../../../images/25/nov2/banner/back-m@2x.jpg") 2x
    );
  }

  #nov2-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .banner-inner .banner-main {
    width: 100%;
  }
  #nov2-banner .main {
    width: 60%;
    bottom: unset;
    margin-top: 5%;
  }
  .banner-inner .banner-cta {
    margin-left: 0em;
    margin-right: 0em;
    width: 100%;
  }
}

@media screen and (max-width: 567px) {
  #nov2-banner .main {
    width: 93%;
  }
  .banner-inner .banner-cta {
    margin-top: 0;
    margin-bottom: 2%;
  }
  #nov2-banner .button {
    font-size: 1.1em;
    margin-bottom: 0;
  }
  #nov2-banner .offer {
    top: 3px;
    width: 77%;
  }
}
