
a img {
	transition: all 0.1s ease-in-out;
}
a img:hover {
	transform: scale(1.15);
	filter:drop-shadow(0px 0px 12px white);
}