in HTML5 all you need to do to add a video is add a div tag followed by a video class specifying the width like so
<div>
<video class="centre" src="source" controls poster="Img" width="X"></video>
</div>
It also depends how you are editing said web page too though so yeah