﻿.gallery{
	
}
.gallery img{
	max-width:188px;
	transition: 1s;
}
.gallery img:hover{	
	transform: scale(1.1);
	
}