.img-hover {
	transition: all .15s ease-in-out;
}

.img-hover:hover {
	transform: scale(0.95);
	transition: all .15s ease-in-out;
}
