HTML :
This happens due to img layout, just change it to display: block :
img
display: block
Or change vertical-align property to top:
vertical-align
top
Or set font-size: 0 to the div container :
font-size: 0
div
Or set line-height: 0 to the div container :
line-height: 0