/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

#page #land {
  position: relative;
  height: 300vh;
  overflow: hidden;
}

.land-wrapper {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  min-width: 100vw;
}

#page #land #main-logo {
  max-width: 342px;
  position: fixed;
  width: 90%;
}

#page #land-bg {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

#page #land .text {
  color: #FFF;
  text-align: center;
  font-size: 3.66667rem;
  line-height: 197%;
  opacity: 0;
  position: fixed;
  max-width: 103.41667rem;
}

@media(max-width: 960px) {
  #page #land .text {
    font-size: 2rem;
    line-height: 160%;
  }
}

/* 
#page #land #land-bg {
  position: fixed;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-position: center;
  z-index: -1;
} */