$(document).ready(function()
{
   $("#btnClose").click(function(event)
   {
     $('#video').fadeOut();
   });
});
