librandi
Hi
it appear you are using override for this module and this style is not built for the sidebar as sidebar has very less space
add this code in custom css
.t3-sidebar .category-module .intro-image {
width: 100%;
}
.t3-sidebar .category-module .more-info {overflow:visible}
It will move the intro text at bottom and image width as 100%