.glitch {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.glitch._2 {
  background-image: none;
  justify-content: center;
  align-items: center;
  position: sticky;
}

.glitch._3 {
  background-image: none;
  justify-content: flex-start;
  align-items: center;
}

.glitch-text {
  color: #fff;
  text-align: center;
  width: 50%;
  font-size: 24px;
  line-height: 31px;
}

.glitch-text.title {
  color: #fff;
  height: 140px;
  margin-top: 140px;
  font-size: 30px;
  line-height: 34px;
  text-decoration: none;
  position: relative;
}

.glitch-text.par {
  margin-top: 140px;
}

.glitch-text.handle {
  z-index: 10;
  color: #fff;
  text-align: center;
  position: absolute;
  inset: auto auto 20px;
}

.div-block {
  width: 100vw;
  height: 100vh;
}

.hero_sticky {
  height: 200vh;
  position: relative;
}

.div-block-2 {
  width: 120px;
  height: 120px;
}

.link {
  color: #fff;
  text-decoration: none;
}

.glitch-bg {
  z-index: 0;
  background-image: url('../images/hero_lomo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .glitch-text.title {
    width: 80%;
    margin-top: 60px;
  }

  .glitch-text.par {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .glitch-text.title {
    font-size: 25px;
    line-height: 29px;
  }

  .glitch-text.par {
    font-size: 22px;
    line-height: 32px;
  }
}

@media screen and (max-width: 479px) {
  .glitch-text.title {
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 22px;
    line-height: 24px;
  }

  .glitch-text.par {
    width: 100%;
    margin-top: 80px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 20px;
    line-height: 26px;
  }

  .glitch-text.handle {
    width: 100%;
    margin-bottom: 48px;
    font-size: 22px;
    bottom: 32px;
  }
}


