#nov-banner {
  font-size: 16px;
  background-image: url(../../../images/banners/25/nov/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/banners/25/nov/back.jpg") 1x,
    url("../../../images/banners/25/nov/back@2x.jpg") 2x
  );
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 2em auto;
  overflow: visible;
}
#nov-banner .banner-inner {
  padding: 0 15px;
  gap: 1em;
}
#nov-banner .main {
  height: auto;
  margin: 1em 0;
  z-index: 3;
}
#nov-banner .banner-cta {
  margin: 1.5em 0;
}
#nov-banner .button {
  height: 2em;
  width: 11em;
  font-size: 1em;
  border: none;
  background-color: #b2071c;
  border-radius: 1em;
  right: 259px;
  top: 72px;
}
#nov-banner .button,
#nov-banner .button:visited,
#nov-banner .button:active,
#nov-banner .button:hover,
#nov-banner .button:focus {
  color: white;
  text-decoration: none;
}
/* Safari Only */
@supports (background: -webkit-named-image(i)) {
  #nov-banner .button {
    padding-top: 2px;
  }
}
@media screen and (min-width: 1346px) {
  #nov-banner {
    width: 100%;
    max-width: 80em;
  }
}
@media screen and (max-width: 1345px) {
  #nov-banner {
    width: 95%;
  }
}
@media screen and (max-width: 1300px) {
  #nov-banner .banner-main {
    margin-left: 0;
  }
}
@media screen and (max-width: 1250px) {
  #nov-banner .main {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
}
@media screen and (max-width: 991px) {
  #nov-banner .banner-inner {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  #nov-banner {
    background-image: url(../../../images/banners/25/nov/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/banners/25/nov/back-m.jpg") 1x,
      url("../../../images/banners/25/nov/back-m@2x.jpg") 2x
    );
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #nov-banner .banner-inner {
    flex-direction: column;
    width: 100%;
  }
  #nov-banner .main {
    display: flex;
    width: 88%;
    height: auto;
    z-index: 3;
    margin-bottom: 0;
  }
  #nov-banner .banner-main {
    margin-right: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: auto;
  }
  #nov-banner .banner-cta {
    width: 100%;
    margin: 0;
  }
  #nov-banner .button {
    font-size: 1.35em;
    margin: 0 auto;
    top: unset;
    right: unset;
    position: relative;
    bottom: 64%;
    z-index: 4;
  }
}
@media screen and (max-width: 567px) {
  #nov-banner {
    width: 90%;
    margin-bottom: 21px;
  }
  #nov-banner .banner-inner {
    padding-top: 2%;
    padding-bottom: 3%;
  }
  #nov-banner .main {
    width: 91%;
  }
  #nov-banner .button {
    font-size: 1.1em;
    margin: 0 auto;
    top: unset;
    right: unset;
    position: relative;
    bottom: 38%;
    z-index: 4;
  }
  /* Safari Only */
  @supports (background: -webkit-named-image(i)) {
    #nov-banner .button {
      padding-top: 0;
    }
  }
}
