@charset "UTF-8";

#lv_outer {
  height: 82vh;
}

#lv {
  height: 100%;
}

#lv.blur0 .parallax_img {
  height: 100% !important;
  transform: unset !important;
}

#lv p span {
  text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000,
    0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000,
    0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}

@media screen and (max-width: 100vh) {
  #lv_outer {
    height: 72vh;
  }
}
