@charset "utf-8";
#watch-series #kv-grp {
  position: relative;
}
#watch-series #kv-text {
  position: absolute;
  top: 50%;
  left: 25%;
  max-width: 40%;
  transform: translate(-50%, -50%);  
}
#watch-series #kv-text h1 {
  font-size: min(6vw, 80px);
  padding: 0;
  line-height: 1;
  margin-bottom: 10px;
  color: #ffffff;     
}
#watch-series #kv-text p {
  font-size: min(1.5vw, 18px);
}
#watch-series #kv-text * {
  width: fit-content;
}
#watch-series #kv-text > .aem-Grid {
  display: flex;
  flex-direction: column;
}
#watch-series #lead {    
  width: 90%;
  text-align: center;
  margin: 100px auto;
}

@media (max-width: 767px) {
  #watch-series #kv-img {
    margin-bottom: 10vw;
  }
  #watch-series #kv-text {
    position: static;
    transform: translate(0);
    color: #000000;
    text-align: center;
    margin: 0 auto;
    max-width: 90%;
  }
  #watch-series #kv-text * {
    width: auto;
  }
  #watch-series #kv-text h1 {
    color: var(--brand-color);
    font-size: 10vw;
    margin-bottom: 20px;
  }
  #watch-series #kv-text p {
    font-size: 4vw;
    line-height: 1.7;
  }
  #watch-series #lead {
    width: 90%;
    margin: 0 auto 15vw;
  }
}