Here’s a jquery plugin for responsive video embeds that caters to youtube, vimeo, bliptv, etc. To implement it all you have to do is add jquery.fitvids.js to your page after your jquery script then call .fitVids() on your container element.
$(".container").fitVids();