The only other thing I can think if editing the video HTML doesn't work is adjusting the container (the <div>) to include 'text-align: center' since the video is treated as an in-line element instead of a block if I remember correctly. Otherwise, you'd have to assign the video's class in the CSS to 'display: block' and set the margins to auto so it's treated as a block element. Been a while since I had to do it so someone else might have another suggestion as there's more than one way to skin a cat....meow.
Edit: Just refreshed your page and it looks like you got it in FireFox.
|