@charset "utf-8";

.map-lift-obj {
	width: 100%;
	z-index: 4;

}

#lift_01 {
	animation: lift_01 9s linear infinite;
	width: calc(40 / 885 * 100%);
}

@keyframes lift_01 {
	0% {
		top: calc(772 / 885 * 100%);
		left: calc(470 / 1040 * 100%);
	}

	100% {
		top: calc(575 / 885 * 100%);
		left: calc(374 / 1040 * 100%);
	}
}

#lift_02 {
	animation: lift_02 9s linear infinite;
	width: calc(47 / 885 * 100%);
}

@keyframes lift_02 {
	0% {
		top: calc(765 / 885 * 100%);
		left: calc(475 / 1040 * 100%);
	}

	100% {
		top: calc(182 / 885 * 100%);
		left: calc(461 / 1040 * 100%);
	}
}

#lift_03 {
	animation: lift_03 9s linear infinite;
	width: calc(47 / 885 * 100%);
}

@keyframes lift_03 {
	0% {
		top: calc(582 / 885 * 100%);
		left: calc(607 / 1040 * 100%);
	}

	100% {
		top: calc(86 / 885 * 100%);
		left: calc(772 / 1040 * 100%);
	}
}

#lift_04 {
	animation: lift_04 9s linear infinite;
	width: calc(47 / 885 * 100%);
}

@keyframes lift_04 {
	0% {
		top: calc(635 / 885 * 100%);
		left: calc(260 / 1040 * 100%);
	}

	100% {
		top: calc(283 / 885 * 100%);
		left: calc(368 / 1040 * 100%);
	}
}

#lift_05 {
	animation: lift_05 9s linear infinite;
	width: calc(47 / 885 * 100%);
}

@keyframes lift_05 {
	0% {
		top: calc(567 / 885 * 100%);
		left: calc(510 / 1040 * 100%);
	}

	100% {
		top: calc(413 / 885 * 100%);
		left: calc(536 / 1040 * 100%);
	}
}