$(document).ready(function(){
        $('#ContainerProjectVideoImage').live("click",function(){
            $('#ContainerProjectVideo').html('');
        });
    })



