.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 60px;
  margin-bottom: 60px;
}
#nov-banner {
  width: 100%;
  background-image: url(../../../images/25/nov/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/nov/banner/back.jpg") 1x,
    url("../../../images/25/nov/banner/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  --red: #ed1c24;
  overflow: visible;
}
#nov-banner .banner-inner {
  height: auto;
  width: 100%;
  position: relative;
}
#nov-banner .banner-main {
  margin: 1em 0;
  margin-left: -11em;
}
#nov-banner .button {
  margin-top: 1em;
  font-size: 1.3em;
  width: 13em;
  height: 2em;
  border-radius: 1em;
  z-index: 1;
  background-color: #d12226;
  line-height: 1;
}
#nov-banner .left {
  left: -15px;
  bottom: -18px;
}
#nov-banner .right {
  right: -49px;
  bottom: -8px;
}
#nov-banner .button {
  text-decoration: none;
  color: white;
}
#nov-banner .button:hover,
#nov-banner.button:visited,
#nov-banner .button:active {
  text-decoration: none;
  color: white;
}
/* @supports (background: -webkit-named-image(i)) {
  #nov-banner .button {
    padding-top: 2px;
  }
} */

@media screen and (max-width: 991px) {
  #nov-banner .banner-inner {
    gap: 3em;
    padding: 0 15px;
  }
  #nov-banner .banner-main {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #nov-banner {
    background-position: top;
    background-image: url(../../../images/25/nov/banner/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/nov/banner/back-m.jpg") 1x,
      url("../../../images/25/nov/banner/back-m@2x.jpg") 2x
    );
  }
  #nov-banner .button {
    font-size: 1.3em;
  }

  #nov-banner .banner-inner {
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 5% 0;
  }
  .banner-inner .banner-main {
    width: 100%;
  }
  #nov-banner .main {
    width: 60%;
    bottom: unset;
  }
  .banner-inner .banner-cta {
    margin-left: 0em;
    margin-right: 0em;
    width: 100%;
  }
  .container.promo-wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 567px) {
  #nov-banner {
    background-position: center;
  }
  #nov-banner .main {
    width: 94%;
  }
  #nov-banner .banner-inner {
    margin: 0;
    margin-bottom: 9%;
  }
  #nov-banner .banner-main {
    margin-top: 10%;
    margin-bottom: 40%;
  }
  #nov-banner .image {
    bottom: -13.6%;
    left: 0%;
    max-width: 100%;
    width: 33%;
  }
}
