#lottie-wrapper-pullover {
  position: absolute;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  top: 150vh;
}

#lottie-container-pullover {
  position: absolute;
  top: 50%;
  right: 0;
  height: 60%;
  transform: translate(0, -50%);
  mix-blend-mode: lighten;
}

/* Für kleine Displays (unter 768px) */
@media (max-width: 767px) {
  #lottie-container-pullover {
	width: 100%;
	top: 50%;
	transform: translate(0, -50%);
  }
}