.zoomin img { height: 200px; width: 200px; -webkit-transition: all 2s ease; -moz-transition: all 2s ease; -ms-transition: all 2s ease; transition: all 2s ease; } .zoomin img:hover { width: 300px; height: 200px; } 
.gallery_imggs .clearfix {
	    margin: 2% 0 2% 0;

}