Increase image size in tile?

Now I got you… Sorry I’m not as smart as you when it comes to CSS…
I manage to fix and move the position of my icon. My solution is remove the Hyperlink and add img :

.tile .icon img {
font-size: 150%;
position: relative;
top: 10%;
}

and the icon move a little bit down, which is what I needed…