#nov-promo {
  font-size: 14px;
}
#nov-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../../images/25/nov/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/nov/hero/back.jpg") 1x,
    url("../../../images/25/nov/hero/back@2x.jpg") 2x
  );
  height: 30vw;
  margin-bottom: 20px;
}
#nov-hero .nov-container {
  width: 100%;
  height: 100%;
}
#nov-hero .nov-inner {
  gap: 1em;
}
#nov-hero .headline {
  width: 25vw;
  left: -3vw;
  position: relative;
  top: -1vw;
}
#nov-hero .nov-main {
  height: 100%;
}
#nov-hero .nov-main .main {
  margin-left: 0;
  left: 69px;
}
#nov-hero .nov-main .wishbook {
  width: 13vw;
  right: -3vw;
}
#nov-hero .nov-main .confetti {
  bottom: -16vw;
  width: 20vw;
  height: auto;
  right: -6vw;
}
#nov-hero .nov-main .button {
  height: 3vw;
  width: 14vw;
  bottom: 5vw;
  z-index: 10;
  left: 2vw;
  background-color: transparent;
}
#nov-hero .nov-right .right {
width: 26vw;
    position: relative;
    right: -8vw;
    bottom: 0;
}
#nov-hero .nov-right {
  height: 100%;
}
#nov-hero .nov-right .button {
    height: 3vw;
  width: 13vw;
  bottom: 7vw;
  z-index: 10;
  left: 13vw;
  background-color: transparent;
}

#nov-hero .button,
#nov-hero .button:hover,
#nov-hero .button:active,
#nov-hero .button:visited {
  text-decoration: none;
  color: black;
}

#nov-subbanner {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #nov-hero {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url(../../../images/25/nov/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/nov/hero/back-m.jpg") 1x,
      url("../../../images/25/nov/hero/back-m@2x.jpg") 2x
    );
    height: 180vw;
  }
  #nov-hero .nov-container {
    width: 100%;
  }
  #nov-hero .nov-main {
    width: 100%;
    margin-top: 8%;
  }
  #nov-hero .nov-inner {
    flex-direction: column;
    width: 100%;
  }
  #nov-hero .nov-main .main {
    width: 74%;
    left: unset;
    margin-left: auto;
  }
  #nov-hero .nov-main .wishbook {
    width: 30%;
    right: 0;
    bottom: 3%;
  }
  #nov-hero .nov-main .confetti {
    bottom: -5%;
    width: 47%;
    height: auto;
    right: -3%;
}
  #nov-hero .nov-right {
    width: 100%;
  }
  #nov-hero .nov-right .button {
    width: 50%;
    left: unset;
    height: 10vw;
    bottom: 34%;
  }
  #nov-hero .headline {
    width: 78%;
    top: -26%;
    left: unset;
  }
  #nov-hero .text {
    top: -53%;
    width: 80%;
  }
  #nov-hero .nov-main .button {
    height: 10vw;
    width: 50%;
    bottom: 5%;
    z-index: 10;
    left: unset;
  }
  #nov-hero .animation {
    margin-bottom: 28%;
    max-width: 100%;
    width: 100%;
  }
  #nov-subbanner {
  }
}
