.grow-effect { transition: all .2s ease-in-out !important; }
.grow-effect:hover { transform: scale(1.05, 1.05); }