in scripts/video-callout.js [52:56]
container.onclick = function (e) { if (e.target == videoContainer || e.target == innerContainer || e.target == container) { close(); } }