How do I embed a goconsensus video on a HubSpot landing page?

I would like to embed a goconsensus video into a landing page. Currently the code has javascript in it so it opens up in another window rather than playing onpage. Here is the code:

<script src=“https://www.goconsensus.com/app/static/scripts/demochimpviewdemo1.0.0.js” type=“text/javascript”></script><script>showdemochimpbutton("https://www.goconsensus.com/app/view/p/bb9h3vxc?autoplay=true",“690”,“1120”);</script;</script)>

Huge thanks for any help …

the script they have only includes a popup option. You could iframe it in, but it would not be responsive.

<iframe width="690" height="1120" src="https://www.goconsensus.com/app/view/p/bb9h3vxc?autoplay=true"></iframe>

Thank you very much - awesome