Ah, that little off spacing to the right of the video?
Try this:
.right_col > .video_embed {
/* Center video embed */
margin: auto;
/* Bottom spacing */
margin-bottom: .5em;
/* Video embed maximum width */
max-width: 700px;
}
Its just the margin: auto;
that centers it, the rest is optional to tidy things up.