I already fix it.
On style.css
look for:
#top-cat ul li .img img {width:auto;height:24px;max-width:100%;margin:23px auto;position:relative;z-index:9;}
and replace it with:
#top-cat ul li .img img {width: 100%; height: auto; margin: auto; position: relative; z-index: 9;}