css - img inside block - to center + image before block
div
img
==============
div
position: relative
overflow: hidden
img
position: absolute
top: 0
bottom: 0
left: 0
right: 0
max-width: 100%
max-height: 100%
margin: auto
*****************************************
a
display: block
height
max-wight
img
max-height: 100%
vartical-align: bottom
width: auto
***************************************** ================================= *****************************************
a:first-of-type
margin-bottom: 5px
background-image: url("../img/icons/mob-phone.png")
background-size: 18px 15px
background-repeat: no-repeat
background-position: left
padding-left: 20px