I'm pretty certain the jQuery script used for this doesn't naturally support responsive resizing.
Two options.
First option is to look at doing something with:
$(window).resize(function() {
// Redo size calculations and reload RT (if necessary)
});
Second option is to move to Cycle 2.
Which template are you using? It would be useful to know what model to work off...