You can also try to add your iframe video within another div container:
<div id="my-video-wrapper">
your iframe video code
</div>
and add this css code:
#my-video-wrapper {
width: 70%;
margin: 0 auto;
}
in this case, please remove previous css with "fluid-width-video-wrapper" class.
Cheers
Joshua