<video autoplay muted loop>
<source src="http://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">
<source src="http://www.w3schools.com/html/mov_bbb.ogg" type="video/ogg">
</video>
And since RSD yet to support % for some elements all you need is adding the following code manually to your CSS for <video> tag
.fix-bg-vid video{
min-width: 100%;
}
The rest done with RSD itself , see the example in attachment
Guys at coffeecup are awesometacular.