.gallery
{
	margin:10px 50px;
}
.gallery img
{
	transition:1s;
	padding:15px;
	
}
.gallery img:hover
{
	
	transform:scale(1.2);
}