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