Oh I used
transition: transform 0.5s ease, box-shadow 0.3s ease, background 0.3s ease;
in .gamecell to do the smooth glide between sizes and
.game_cell:hover { transform: scale(1.05); }
to do the scaling.