I have actually made mine larger, so I assume thies with your desired width or max-width would do the trick.
However I'm a bit confused because the default width is actually only 560px anyway
Code:
// video width
.bbMediaWrapper
{
width: 800px;
}
NB: I assume I could have max-width however the above works responsively anyway)