.promo-wrapper {
  width: 1230px;
  margin-top: 35px;
  margin-bottom: 35px;
}
#nov-banner {
  width: 100%;
  background-image: url(../../../images/24/nov/banner/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/24/nov/banner/back.jpg") 1x,
    url("../../../images/24/nov/banner/back@2x.jpg") 2x
  );
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#nov-banner .banner-main .button {
  width: 13em;
  height: 2.4em;
  font-size: 1.1em;
  border-radius: 0;
  background-color: #ed383e !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -2px;
  line-height: 1px;
}
#nov-banner .button:hover {
  text-decoration: none;
}
#nov-banner .banner-cta .button {
  width: 10em;
  height: 2.4em;
  font-size: 1.1em;
  border-radius: 0;
  background-color: #021e45;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  line-height: 1px;
}

#nov-banner .banner-main .main {
  width: 30em;
}
#nov-banner .banner-cta .text {
  width: 21em;
  margin-bottom: 6px;
}
#nov-banner .banner-cta {
  margin-right: -2em;
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
  #nov-banner .banner-cta .button {
    padding-top: 0.5px;
  }
}

@media screen and (min-width: 1600px) {
}
@media screen and (min-width: 1241px) {
}
@media screen and (max-width: 1100px) {
  #nov-banner .banner-image .image {
    display: none;
  }
  #nov-banner .banner-main {
    margin: 2em 0;
  }
}
@media screen and (max-width: 991px) {
  #nov-banner .banner-main .main {
    width: 24em;
  }
  #nov-banner .banner-cta .text {
    width: 18em;
    margin-bottom: 6px;
  }
  #nov-banner .banner-cta {
    margin-right: 0em;
  }
}
@media screen and (max-width: 767px) {
  #nov-banner .banner-inner {
    width: 100%;
    flex-direction: column;
    padding: 1em 0;
    gap: 1em;
  }
  #nov-banner .banner-main {
    margin: 0em 0;
  }
}
@media screen and (max-width: 567px) {
  #nov-banner .banner-main .main {
    width: 95%;
  }
  #nov-banner .banner-main .button {
    line-height: 1;
  }
  #nov-banner .banner-cta {
    width: 100%;
  }
  #nov-banner .banner-cta .text {
    width: 80%;
    margin-bottom: 6px;
  }
  #nov-banner .banner-cta .button {
    margin-bottom: 9%;
    line-height: 1;
  }
}

@media screen and (max-width: 375px) {
  #nov-banner .banner-main .button,
  #nov-banner .banner-cta .button {
    font-size: 0.9em;
  }
}
