$(document).ready(function(){

$(".preview-youtube .trigger").click(function(evt){
	$(this).siblings(".ytembed").toggle();
});

});

