Its worked for me, but with some css hacks
try this
.post embed {width:620px;height:349px;border: 10px solid #5eb7cb;} /* Applies to all browsers */
*.post embed {width:600px;height:338px;border: 10px solid #5eb7cb;} /* Applies to all IE browsers */
_.post embed {width:600px;height:338px;border: 10px solid #5eb7cb;} /* Applies to all IE browsers 6 and below */
.post embed {width /*\**/:620px\9;height:349px;border: 10px solid #5eb7cb;} /* Applies to IE 8 */
<strong>or you can add</strong> .post embed, object {...}
Try it hop it will work