#partners div.row div a{
	transition: all .2s ease-in-out;
}
#partners div.row div a:hover{
	transform: scale(1.2);
}