.scrollanimation{
  height: 2500px;
  padding: 0 8rem 100px 8rem;
  transition: background-color 1s ease;
  background: #E1E1E1;
}

.videowrap{
  width: 100%;
  height: fit-content;
}

#app{
  overflow-x: hidden;
}