body {
	transition: 1s;
}
img {
	position: absolute;
	right: 0;
	bottom: 0;
	filter: drop-shadow(5px 5px 5px);
	width: 20vw;
	pointer-events: none;
}
div {
	position: absolute;
	bottom: 0;
	right: 0;
	pointer-events: none;
}
p, h2 {
	display: none;
}

@keyframes walk {
	0% {
		transform: translateX(-400vw);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes updown {
	0% {
		transform: translateY(-60vw);
	}
	100% {
		transform: translateY(0);
	}
}
input {
	position: absolute;
	top: -10em;
}
label {
	position: absolute;
	top: -4em;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
input:checked ~ img,
input:checked ~ div,
input:checked ~ div img {
	animation-play-state: paused !important;
}
@media (max-height: 480px) and (min-width: 1200px) {
	img {
		width: 12vw;
	}
}
img[src*='04.png'],
img[src*='08b.png'],
img[src*='11.png'],
img[src*='14a.png'],
img[src*='17.png'],
img[src*='23.png'],
img[src*='26.png'],
img[src*='30.png'],
img[src*='33.png'],
img[src*='41.png'],
img[src*='43.png'],
img[src*='45a.png'],
img[src*='47.png'],
img[src*='48a.png'],
img[src*='48c.png'],
img[src*='53.png'] {
	bottom: 10vh;
}

img[src*='04.png']:nth-of-type(3n),
img[src*='08b.png']:nth-of-type(3n),
img[src*='11.png']:nth-of-type(3n),
img[src*='14a.png']:nth-of-type(3n),
img[src*='17.png']:nth-of-type(3n),
img[src*='23.png']:nth-of-type(3n),
img[src*='26.png']:nth-of-type(3n),
img[src*='30.png']:nth-of-type(3n),
img[src*='33.png']:nth-of-type(3n),
img[src*='41.png']:nth-of-type(3n),
img[src*='43.png']:nth-of-type(3n),
img[src*='45a.png']:nth-of-type(3n),
img[src*='47.png']:nth-of-type(3n),
img[src*='48a.png']:nth-of-type(3n),
img[src*='48c.png']:nth-of-type(3n),
img[src*='53.png']:nth-of-type(3n) {
	bottom: 20vh;
}
img[src*='04.png']:nth-of-type(5n),
img[src*='08b.png']:nth-of-type(5n),
img[src*='11.png']:nth-of-type(5n),
img[src*='14a.png']:nth-of-type(5n),
img[src*='17.png']:nth-of-type(5n),
img[src*='23.png']:nth-of-type(5n),
img[src*='26.png']:nth-of-type(5n),
img[src*='30.png']:nth-of-type(5n),
img[src*='33.png']:nth-of-type(5n),
img[src*='41.png']:nth-of-type(5n),
img[src*='43.png']:nth-of-type(5n),
img[src*='45a.png']:nth-of-type(5n),
img[src*='47.png']:nth-of-type(5n),
img[src*='48a.png']:nth-of-type(5n),
img[src*='48c.png']:nth-of-type(5n),
img[src*='53.png']:nth-of-type(5n) {
	bottom: 30vh;
}
img[src*='23.png'],
img[src*='26.png'],
img[src*='30.png'],
img[src*='33.png'],
img[src*='41.png']{
	margin-bottom: -2vh;
}

img[src*='43.png'],
img[src*='45a.png'],
img[src*='47.png'],
img[src*='48a.png'],
img[src*='48c.png'],
img[src*='53.png'] {
	margin-bottom: 2vh;
}