It's because all your modules are limited to 160px. Add -carousel as module class suffix in Hot Joomla Carousel, then add this style in css file:
table.moduletable-carousel {
width : 100%;
table-layout : auto;
}
If it breaks template, you can change value 100% to 400px or 600px or whatever.