.container.promo-wrapper {
  width: 1360px !important;
  margin-top: 30px;
  margin-bottom: 60px;
}
#nov-banner {
  width: 100%;
  background-image: url(../../../images/25/nov/sub/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/nov/sub/back.jpg") 1x,
    url("../../../images/25/nov/sub/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: 24px 0;
  margin-left: 24em;
}
#nov-banner .main {
  width: 63em;
  margin-bottom: 7px;
}
#nov-banner .button {
  font-size: 1.7em;
  height: 1.6em;
  width: 12.5em;
  border-radius: 1em;
  background-color: #132c63;
  letter-spacing: 2px;
}
#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 {
    padding: 0 15px;
  }
  #nov-banner .banner-main {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #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;
  }
  .container.promo-wrapper {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 567px) {
  #nov-banner {
    background-image: url(../../../images/25/nov/sub/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/nov/sub/back-m.jpg") 1x,
      url("../../../images/25/nov/sub/back-m@2x.jpg") 2x
    );
  }
  #nov-banner .main {
    width: 86%;
    margin-bottom: 55%;
  }
  #nov-banner .banner-inner {
    margin: 0;
    margin-bottom: 0;
  }
  #nov-banner .banner-main {
    margin-top: 4%;
    margin-bottom: 6%;
  }
  #nov-banner .button {
    font-size: 1.1em;
    width: 12em;
  }
  .container.promo-wrapper {
    margin-top: 17px;
  }
}
