@charset "UTF-8";
/* CSS Document */

.grow img{
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.grow img:hover{
	-webkit-transform: scale(1.3);
		transform: scale(1.3);
	
	}
