#nov2-banner {
  font-size: 16px;
  background-image: url(../../../images/banners/25/nov2/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/banners/25/nov2/back.jpg") 1x,
    url("../../../images/banners/25/nov2/back@2x.jpg") 2x
  );
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 2em auto;
  overflow: visible;
  width: 68vw;
}
#nov2-banner .banner-inner {
  gap: 3vw;
}
.banner-main .main {
  width: 27vw;
}
.banner-cta  .image-cta{
  width: 25vw;
    position: relative;
    bottom: 1vw;
}
#nov2-banner .button {
  height: 2vw;
  width: 8vw;
  margin-top: 1em;
  font-size: 0.8vw;
  border: none;
  background-color: #196433;
  border-radius: 1vw;
  left: 11vw;
  bottom: 2vw;
}
/* Safari Only */
@supports (background: -webkit-named-image(i)) {
  #nov2-banner .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 767px) {
  #nov2-banner {
    background-image: url(../../../images/banners/25/nov2/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/banners/25/nov2/back-m.jpg") 1x,
      url("../../../images/banners/25/nov2/back-m@2x.jpg") 2x
    );
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 92%;
  }
  #nov2-banner .banner-inner {
    flex-direction: column;
    width: 100%;
  }
  .banner-main .main {
    width: 88%;
    margin: auto;
    z-index: 3;
    margin-top: 12%;
  }
  #nov2-banner .banner-main {
    margin-right: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: auto;
  }
  .banner-inner .banner-cta {
    width: 100%;
  }
  #nov2-banner .button {
    width: 50%;
    height: 10vw;
    border-radius: 35px;
    left: 25%;
    font-size: 5vw;
    bottom: 28%;
  }
  #nov2-banner .banner-cta .image-cta {
    width: 96%;
    margin-bottom: 25%;
  }
}
