It were missing a few things. Replace the previous by this one.
@media only screen and (max-width: 479px) {
.products .product figure figcaption .thumb-info {
display: block!important;
}
.animated-overlay .posted_in{
transform: translate3d(0px,0,0)!important;
opacity: 1!important;
}
.products .product figure figcaption .thumb-info h4 {
transform: translate3d(0px,0,0)!important;
opacity: 1!important;
}
}
-Rui