	.imgElm {
		align-items: start;
		display:flex;
		justify-content: center;
		flex-wrap: wrap;
		align-content:center;
	}
	.animation {
		animation-duration: 15s;
		animation-iteration-count: infinite;
	}
	@keyframes anim1 {
  		0% {y:500px;}
		10% {y:160px;}
		90% {y:160px;}
  		100% {y:500px;}
  		100% {y:500px;}
	}
	.anim1 {
		animation-name: anim1;
	}
	@keyframes anim2 {
  		0% {y:500px;}
		12% {y:200px;}
		88% {y:200px;}
  		100% {y:500px;}
  		100% {y:500px;}
	}
	.anim2 {
		animation-name: anim2;
	}
	@keyframes anim3 {
  		0% {y:500px;}
		14% {y:25px;}
		86% {y:25px;}
  		100% {y:500px;}
  		100% {y:500px;}
	}
	.anim3 {
		animation-name: anim3;
	}
	@keyframes anim4 {
  		0% {y:650px;}
		16% {y:120px;}
		84% {y:120px;}
  		100% {y:650px;}
  		100% {y:650px;}
	}
	.anim4 {
		animation-name: anim4;
	}
	@keyframes anim5 {
  		0% {y:700px;}
		18% {y:90px;}
		82% {y:90px;}
  		100% {y:700px;}
  		100% {y:700px;}
	}
	.anim5 {
		animation-name: anim5;
	}