$(function () {
  const iframeWrap = $('<div class="youtube"></div>');
  $('iframe').wrap(iframeWrap);
});