(function($) {
  $(document).ready(function() {
    $('.play').on('click', function(ev) {
      $(this).closest('.oembed-container').find('iframe')[0].src += "&autoplay=1";
      $(this).closest('.oembed-container').find('.cover').fadeOut();
      ev.preventDefault();
    });
  });
})(jQuery);