Tagged: chrome, Firefox, image caption
Hey Peter,
Try changing your code to this:
.special-overlay-icon-1:before{
content: "";
width: 120px;
height: 120px;
display: block;
margin: 0 auto;
background:url("http://petcorner.hu/wp-content/uploads/sites/7/kutyaeledel-icon-piros.png") no-repeat top center;
background-size: contain;
opacity: 1;
vertical-align: middle;
text-align: center;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
Best regards,
Josue