$(".bgvideo").click(function(){
var dataYoutube = $(this).parents('.video').attr('data-youtube');
$(this).parents('.video').html('<iframe width="100%" height="100%" src="https://www.youtube.com/embed/'+ dataYoutube +'?autoplay=1" frameborder="0" allowfullscreen></iframe>');
});
Благодарю!