$(document).ready(function(){
	
	$('.home-img').click(function() {

		$(this).css('display','none');
	
	});

});

