Hi,
Since you are using the Right Sidebar Blocks component, you can do the following:
- Edit
blockssettings - Add a new item
- In
name→custom-html - In
params, you addcontentand as value you can insert your video HTML:
<video controls preload="metadata" width="100%">
<source src="your_link_to_the_video_here" />
</video>
For example:

From my dev forum:
