$(document).ready(function() {
	$(".vimeo").each(function(){
		$(this).show();
	});
});