a.expand img{
	transition: all 0.3s;
}a.expand:hover img{
	transform:scale(1.2);
}a.expand{
	cursor: pointer;
}