Then, add the class name `plyx-player` to the `<video>` element and make sure it's wrapped around a div contained with the class name `video-container`:
```html
<divclass="video-container">
<videoclass="plyx-player"src="video.mp4"></video>
</div>
```
That's it, if you've linked the stylesheet and script correctly, it should work.