#nov-sub-banner {
  font-size: 16px;
  background-image: url(../../../images/25/nov/hero/banner-back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/nov/hero/banner-back.jpg") 1x,
    url("../../../images/25/nov/hero/banner-back@2x.jpg") 2x
  );
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.promo-wrapper {
  width: 1350px;
  margin-top: 40px;
  margin-bottom: 50px;
}
#nov-sub-banner .banner-inner {
  padding: 0 15px;
  margin-top: 14px;
}
#nov-sub-banner .banner-main .main {
  margin-right: 30px;
}
#nov-sub-banner .banner-image {
  margin-top: -40px;
}

#nov-sub-banner .button {
  height: 2em;
  width: 8em;
  margin-top: 0.6em;
  font-size: 1.1em;
  border: none;
  background-color: #3f3f00;
  border-radius: 1em;
}
#nov-sub-banner a {
  text-decoration: none;
}
@media screen and (min-width: 1346px) {
  #nov-sub-banner {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  .banner-image .image {
    width: auto;
    height: 8em;
  }
}
@media screen and (max-width: 1050px) {
  .banner-image .image {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #nov-sub-banner .button {
    font-size: 1em;
  }
  .banner-main .main {
    width: auto;
    height: 6em;
    margin: 2em 0;
    z-index: 3;
    margin-right: -4em;
  }
  .banner-cta .image-cta {
    width: auto;
    height: 3em;
  }
}
@media screen and (max-width: 767px) {
  #nov-sub-banner {
    background-image: url(../../../images/25/nov/hero/banner-back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/nov/hero/banner-back-m.jpg") 1x,
      url("../../../images/25/nov/hero/banner-back-m@2x.jpg") 2x
    );
    background-position: bottom center;
  }
  #nov-sub-banner .banner-inner {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  .banner-main {
    order: 2;
  }
  .banner-main .main {
    width: 88%;
    height: auto;
    margin: 1em 0;
    z-index: 3;
    margin-right: 0em;
  }
  #nov-sub-banner .banner-main {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #nov-sub-banner .banner-main .main {
    margin-right: 0;
  }
  .banner-image {
    order: 1;
    width: 90%;
  }
  .banner-image .image {
    display: block;
    height: auto;
    width: 90%;
  }
  .banner-inner .banner-cta {
    width: 100%;
    order: 3;
    align-items: center;
    justify-content: center;
  }
  .banner-cta .image-cta {
    width: 79%;
    height: auto;
  }
  #nov-sub-banner .button {
    font-size: 1.35em;
    margin-bottom: 3em;
  }
  .banner-cta .arrow {
    bottom: 53px;
    width: 30%;
  }
}
@media screen and (max-width: 567px) {
  #nov-sub-banner .button {
      font-size: 1.1em;
      margin-bottom: 3em;
  }
}
@media screen and (max-width: 400px) {
  .banner-cta .arrow {
    width: 25%;
  }
}
