.hero {
	position: absolute;
	z-index: 100;
	height: 100px;
	transform-origin: 50% 50%;
}
#ant-man {
	bottom: 60%;
	right: 80%;
}
#black-panther {
	bottom: 70%;
	right: 90%;
}
#captain-america {
	bottom: 80%;
	right: 80%;
}
#ironman {
	bottom: 70%;
	right: 70%;
}
