Video switching based on media query

<source … media="(min-width:1000px)">
<source … media="(max-width:1000px)">

On devices and browser windows with a width larger than 1000px you'll see the video with a red plant. Otherwise, for smaller devices, a yellow plant.