edgarmiro Hi. It's not a bug it was designed like that. Please add this to css:
@media only screen and (max-width:767px) {
.category-module .article-img {
height: auto;
}
.category-module .article-img img {
width: 100%;
}
}
Please let me know when You will notice this problem anywhere else.