.lm-overlay {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* 
/
/
/ 
*/

.lm-hero-text {
}

.lm-hero-text h1 {
  max-width: 900px!important;
  margin: 0 auto!important;
  text-align: center;  
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, #ff6482, #ffdd99);
  -webkit-text-fill-color: transparent;
}
  .lm-hero-text.en {
    font-size: 3rem!important;
  }
  .lm-hero-text span {
    font-size: 3rem;
    line-height: 1.5em;
  }
  .lm-hero-text .no-wrap {
    white-space: nowrap;
  }


  @media screen and (min-width: 768px) {
    .lm-hero-text.en {
        font-size: 3.4rem!important;
    }
    .lm-hero-text span {
        font-size: 3.4rem;
    }