site with jquery vertical accordion, can it be converted to responsive behavior?

site with jquery vertical accordion, can it be converted to responsive behavior?

Intro:
Hello, I'm trying to build a site that contains this accordion here. 
http://tympanus.net/codrops/2011/07/22/vertical-sliding-accordion/

I noticed that it has fixed values in the javascript settings for height and width.

Now I want to make the site responsive, to adjust to different screens up to mobile's.


Question:
Is it possible to use a plugin to dynamically resize an accordion like this or just I use a different plugin?


Thanks