#nov-banner {
  --brown: #703a1f;
  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 bottom;
  background-repeat: no-repeat;
  font-size: 16px;
}
#nov-banner .banner-inner {
  height: auto;
  padding: 0 15px;
}
#nov-banner .main-animation {
  max-width: 85%;
}
#nov-banner .banner-image {
  margin-top: -4px;
  margin-left: -35px;
  margin-right: 47px;
}
#nov-banner .button {
  height: 45px;
  width: 219px;
  margin-top: 19px;
  font-size: 1.3em;
  background-color: var(--brown);
  border-radius: 35px;
  font-weight: bold;
}
#nov-banner a {
  text-decoration: none;
}
@media screen and (min-width: 1600px) {
}
@media screen and (min-width: 1350px) {
  #nov-banner {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    max-width: 80em;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1349px) {
  #nov-banner {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  #nov-banner {
    background-position: top center;
    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 .banner-inner {
    flex-direction: column;
    padding: 0;
    width: 100%;
    justify-content: end;
  }
  #nov-banner .banner-main {
    width: 100%;
    margin-bottom: -10px;
  }
  #nov-banner .banner-cta {
    margin-top: 10px;
  }
  #nov-banner .button {
    position: absolute;
    bottom: 0;
    bottom: 30px;
    height: 40px;
    width: 175px;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 380px) {
  #nov-banner .button {
    bottom: 20px;
  }
}
