$(document).ready(function() {
  
	$(".video-link").fancybox({
		type: 'ajax'
	});
});

