$(document).ready(function(){
	$('.video').each(function() { if ((($(this).index() + 1) % 2) == 0) { $(this).addClass('last'); } });
});
