#nov-banner {
  --red: #c72030;
  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;
  background-repeat: no-repeat;
  font-size: 16px;
  width: 70vw;
  position: relative;
  margin-bottom: 2em;
  --dark-green: #0e4012;
}
#nov-banner .banner-inner {
  height: auto;
  padding: 0 30px;
}
#nov-banner .banner-main .main {
    position: relative;
    right: -1vw;
    width: 32vw;
    z-index: 4;
}
#nov-banner .text {
  margin-bottom: 1.5vw;
  width: 18vw;
  right: 1vw;
  position: relative;
}
#nov-banner .banner-image .image{
  margin-top: -2vw;
    margin-bottom: -1vw;
    width: 19vw;
    position: relative;
    left: -2vw;
}
#nov-banner .button {
  font-size: 1vw;
    width: 11vw;
    height: 2vw;
  border-radius: 35px;
  background-color: var(--dark-green);
}
#nov-banner .button,
#nov-banner .button:hover,
#nov-banner .button:visited,
#nov-banner .button:active {
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 767px) {
  #nov-banner {
      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 .button {
    width: 49%;
    height: 8vw;
    font-size: 4vw;
    margin-top: 5%;
    margin-bottom: 10%;
  }
  #nov-banner .banner-inner {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  #nov-banner .banner-main .main {
    margin-top: 6%;
    width: 100%;
    max-width: 100%;
    right: unset;
  }
  #nov-banner .banner-cta {
    margin: 0;
    width: 100%;
  }
  #nov-banner .banner-main {
    width: 100%;
  }
  #nov-banner .banner-inner {
    height: auto;
    padding: 0 15px;
  }
  #nov-banner {
    width: 95%;
    margin-bottom: 10px;
  }
}
