function Video({ src }) { const poster = src.substr(0, src.indexOf('.mp4')) + '_poster.jpg'; return (