Why is the Video Hero section in Impulse theme not working?

I found the problem. Here is a guide how to solve it from the theme developers:

  1. Open assets/theme.js.liquid for your current theme

  2. Search for this line:

var $player = $(evt.target.a);
  1. And replace the four places it appears with:
var $player = evt.target.a ? $(evt.target.a) : $(evt.target.f);