If using a HTML widget
It appears it is currently embed using this...
HTML Code:
<embed width="520" height="320" allowfullscreen="true" allowscriptaccess="always" x-shockwave-flash"="" application="" src="http://www.youtube.com/watch?v=979W1QB1H2Q">
Perhaps use this instead...
HTML Code:
<iframe width="560" height="315" src="http://www.youtube.com/embed/979W1QB1H2Q?rel=0" frameborder="0" allowfullscreen></iframe>
Change width and height as needed.