.textblock-mitte {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.goya-inline-video {
  width: 100%;
  height: 500px;
  display: block;
  object-fit: cover;
}

.scroll-video-section {
  position: relative;
}

.scroll-video-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.scroll-scrub-video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}