#lisio-echap {
  color: white;
  margin-top: 10%;
  font-size: 1.5em;
}

.lisio-mask {
  display: block;
  position: fixed;
  box-shadow: 0 0 0 100vh rgba(0, 0, 0, 0.9);
  z-index: 536870911;
  background: transparent;
  pointer-events: none;
  width: 100%;
  height: 15vh;
  transition: none;
}
