.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;
  gap: 9em;
}
#nov-banner .banner-main {
  margin: 1em 0;
}
#nov-banner .banner-cta {
  left: 2em;
}
#nov-banner .button1 {
  margin-top: 1em;
  font-size: 1.2em;
  width: 10em;
  height: 2em;
  border-radius: 1em;
  z-index: 1;
  background-color: #1c794c;
  line-height: 1;
}
#nov-banner .button2 {
  margin-top: 1em;
  font-size: 1.2em;
  width: 10em;
  height: 2em;
  border-radius: 1em;
  z-index: 1;
  background-color: #ec182a;
  line-height: 1;
}
#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: 1100px) {
  #nov-banner .banner-inner {
    gap: 5em;
  }
}

@media screen and (max-width: 991px) {
  #nov-banner .banner-inner {
    gap: 3em;
    padding: 0 15px;
  }
  #nov-banner .main {
    width: 100%;
    bottom: -7px;
  }

  #nov-banner .banner-main {
    margin-left: 0;
  }
  #nov-banner .banner-cta {
    left: unset;
  }
  #nov-banner .image {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  #nov-banner {
    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: 0;
  }
  .banner-inner .banner-main {
    width: 100%;
  }
  #nov-banner .main {
    width: 105.5%;
    bottom: unset;
    max-width: unset;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -13%;
  }
  .banner-inner .banner-cta {
    margin-left: 0em;
    margin-right: 0em;
    width: 100%;
  }
  .container.promo-wrapper {
    margin-bottom: 20px;
  }
  #nov-banner .text {
    width: 100%;
  }
  #nov-banner .banner-cta2 {
    width: 40%;
  }
  #nov-banner .image {
    width: 49%;
    margin: 0;
  }
  #nov-banner .banner-cta {
    left: unset;
    gap: 1em;
    position: relative;
    left: -1%;
  }
}

@media screen and (max-width: 567px) {
  #nov-banner .banner-main {
    margin-top: -5%;
    margin-bottom: 13%;
  }
  #nov-banner .main {
    width: 105.5%;
    bottom: unset;
    max-width: unset;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -13%;
  }
  #nov-banner .button {
    font-size: 1.1em;
  }
  #nov-banner .button2 {
    font-size: 1em;
  }
  #nov-banner .image {
    width: 45%;
    margin: 0;
  }
  #nov-banner .banner-cta2 {
    width: 48%;
  }
  #nov-banner .banner-cta {
    left: unset;
    gap: 5px;
    left: -1%;
    margin-bottom: -5%;
  }
}
