.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: 5em;
}
#nov-banner .banner-main {
  margin-left: 7em;
}
#nov-banner .main {
  width: 27em;
  bottom: -7px;
}
#nov-banner .image {
  width: 90em;
  max-width: unset;
  bottom: -16px;
  z-index: 0;
}
#nov-banner .main-ph {
  width: 22em;
}
#nov-banner .button {
  margin-top: 1em;
  font-size: 1.2em;
  width: 10em;
  height: 2em;
  border-radius: 1em;
  z-index: 1;
  background-color: #fba41b;
  line-height: 1;
}
#nov-banner .button {
  text-decoration: none;
  color: black;
}
#nov-banner .button:hover,
#nov-banner.button:visited,
#nov-banner .button:active {
  text-decoration: none;
  color: black;
}
/* @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 .main {
    width: 40%;
    bottom: -7px;
  }
  #nov-banner .banner-main {
    margin-left: 0;
  }
}
@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: 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 .main {
    width: 85%;
  }
  #nov-banner .banner-inner {
    margin: 0;
    margin-bottom: 9%;
  }
  #nov-banner .banner-main {
    margin-top: -5%;
  }
}
