.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(0.9); }