a > img {
	transition: 0.2s;
}

a > img:hover {
	opacity: 0.8;
}