Hi there,
Considering how the system is made this is impossible.
We basically use Jquery to change the margin or the div containing the product. This margin is determined in php through Hikashop so we can't really change it. However in your case I can see two possibilities:
1 - You can add a css property on hikashop_main_slider_hikashop_category_information_module_125 like width:100%, it should give something acceptable, give it a try.
2 - The second solution is a little bit longer and not very clean but you could create multiple slider and hide it display it using css rules and @media, so if the windows is small you display your small slider.