#nov-banner {
  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;
  width: 80em;
  margin-bottom: 25px;
  overflow: visible;
}
#nov-banner .banner-inner {
  height: auto;
  padding: 0 15px;
}
#nov-banner .placeholder {
  width: 70em;
}
#nov-banner .text {
  width: 90%;
}
#nov-banner .button {
  font-size: 1.3em;
  width: 12.5em;
  height: 1.6em;
  border-radius: 0.8em;
  background-color: #132c63;
  color: white !important;
  text-decoration: none !important;
  letter-spacing: 2px;
  line-height: 2;
  bottom: 31px;
  left: 81%;
}
#nov-banner .button-update {
  font-size: 1.3em;
  width: 17.5em;
  height: 1.6em;
  border-radius: 0.8em;
  background-color: #132c63;
  color: white !important;
  text-decoration: none !important;
  letter-spacing: 2px;
  line-height: 2;
  bottom: 31px;
  left: 58%;
}

@media screen and (max-width: 1300px) {
  #nov-banner {
    width: 96%;
  }
}
@media screen and (max-width: 991px) {
  #nov-banner .banner-inner {
    flex-direction: column;
    padding: 0;
    width: 100%;
    gap: 0;
  }
  #nov-banner .banner-main {
    width: 100%;
    position: relative;
  }
  #nov-banner .button {
    bottom: 21px;
    left: 66%;
  }
  #nov-banner .button-update {
    bottom: 17px;
    left: 47%;
  }
  #nov-banner .placeholder {
    width: 100%;
    margin-bottom: 0%;
  }
}
@media screen and (max-width: 767px) {
  #nov-banner {
    max-width: 100%;
    margin-bottom: 20px;
    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
    );
    width: 92%;
    background-position: center top;
    overflow: hidden;
  }
  #nov-banner .text {
    width: 78%;
    margin-top: 54%;
    margin-bottom: 4%;
  }
  #nov-banner .button {
    bottom: unset;
    left: unset;
    margin-bottom: 8%;
  }
  #nov-banner .button-update {
    bottom: unset;
    left: unset;
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 567px) {
  #nov-banner .button-update {
    font-size: 1.1em;
  }
}
