//Video Poster
$(document).ready(function(){
    $('.video_poster').click(function() {
        $(this).next().show().end().remove();
    });
});
