REF:
http://stackoverflow.com/questions/16152073/prevent-bootstrap-modal-from-disappearing-when-clicking-outside-or-pressing-esca
these 2 will do the trick:
data-backdrop="static"
data-keyboard="false"
<div id="haiti_videos" class="modal fade bs-example-modal-lg" data-backdrop="static" data-keyboard="false">