$(document).ready(function(){

$('#questions').media({ 
    width: '100%',
    height: 125,
    autoplay:  true,
    caption:   false,
    wmode: 'transparent',
    bgColor: 'transparent'
});

});

