.infoabst {
  z-index: 1;
  margin: 0px 50px 0px 50px;
  padding-top: 50px;
  mix-blend-mode: overlay;
  color: white;
  font-size: 1.2em;
}

.video-container {
  width: 100vw;
  height: 100vh;
  z-index: 0;
}

.thumb {
  background-color: aqua;
  height: 35vh;
  border-bottom: black 2px;
  overflow: hidden;
}

.thumb img {
  width: 100vw;
  height: 35vh;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.section-info {
  height: 100vh;
  background-color: brown;
}

.descr {
  z-index: 1;
  position: absolute;
  padding-left: 10vw;
  mix-blend-mode: difference;
}

.scroll span {
  position: absolute;
  /* top: 0; */
  left: 50%;
  bottom: 15vh;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
  mix-blend-mode: difference;
}

.element{
  scroll-snap-type: y mandatory;
}

.element section{
  scroll-snap-align: start;
}

a{
  color: white;
}

@media (min-width: 900px) {

  .infoabst {
    width: 50vw;
  }
}