diff --git a/panopoly_widgets.file_default_displays.inc b/panopoly_widgets.file_default_displays.inc
index 0a9cb3a..3554073 100644
--- a/panopoly_widgets.file_default_displays.inc
+++ b/panopoly_widgets.file_default_displays.inc
@@ -12,11 +12,31 @@ function panopoly_widgets_file_default_displays() {
 
   $file_display = new stdClass();
   $file_display->api_version = 1;
+  $file_display->name = 'video__default__media_youtube_image';
+  $file_display->weight = 1;
+  $file_display->status = TRUE;
+  $file_display->settings = array(
+    'image_style' => 'panopoly_image_video',
+  );
+  $export['video__default__media_youtube_image'] = $file_display;
+
+  $file_display = new stdClass();
+  $file_display->api_version = 1;
   $file_display->name = 'video__link__file_field_file_default';
   $file_display->weight = 0;
   $file_display->status = TRUE;
   $file_display->settings = '';
   $export['video__link__file_field_file_default'] = $file_display;
 
+  $file_display = new stdClass();
+  $file_display->api_version = 1;
+  $file_display->name = 'video__teaser__media_youtube_image';
+  $file_display->weight = 1;
+  $file_display->status = TRUE;
+  $file_display->settings = array(
+    'image_style' => 'panopoly_image_video',
+  );
+  $export['video__teaser__media_youtube_image'] = $file_display;
+
   return $export;
 }
diff --git a/panopoly_widgets.info b/panopoly_widgets.info
index 018421d..598e666 100644
--- a/panopoly_widgets.info
+++ b/panopoly_widgets.info
@@ -102,5 +102,7 @@ features[field_instance][] = fieldable_panels_pane-spotlight-field_basic_spotlig
 features[field_instance][] = fieldable_panels_pane-table-field_basic_table_table
 features[field_instance][] = fieldable_panels_pane-text-field_basic_text_text
 features[field_instance][] = fieldable_panels_pane-video-field_video_file
+features[file_display][] = video__default__media_youtube_image
 features[file_display][] = video__link__file_field_file_default
+features[file_display][] = video__teaser__media_youtube_image
 features[views_view][] = panopoly_widgets_general_content
diff --git a/panopoly_widgets.install b/panopoly_widgets.install
index da01bc8..6e4b61c 100644
--- a/panopoly_widgets.install
+++ b/panopoly_widgets.install
@@ -178,3 +178,12 @@ function panopoly_widgets_update_7005(&$sandbox) {
     variable_del($variable_name);
   }
 }
+
+/**
+ * Implements hook_update_N().
+ *
+ * Revert the 'file_display' so YouTube works in WYSIWYG with newer Media.
+ */
+function panopoly_widgets_update_7006(&$sandbox) {
+  features_revert(array('panopoly_widgets' => array('file_display')));
+}
diff --git a/panopoly_widgets.make b/panopoly_widgets.make
index 316acbe..548e312 100644
--- a/panopoly_widgets.make
+++ b/panopoly_widgets.make
@@ -18,19 +18,13 @@ projects[menu_block][subdir] = contrib
 
 ; Panopoly - Contrib - Files & Media
 
-projects[file_entity][version] = 2.x-dev
+projects[file_entity][version] = 2.0-alpha3
 projects[file_entity][subdir] = contrib
-projects[file_entity][download][type] = git
-projects[file_entity][download][revision] = 5e12856
-projects[file_entity][download][branch] = 7.x-2.x
 
-projects[media][version] = 2.x-dev
+projects[media][version] = 2.0-alpha3
 projects[media][subdir] = contrib
-projects[media][download][type] = git
-projects[media][download][revision] = 2319170
-projects[media][download][branch] = 7.x-2.x
 
-projects[media_youtube][version] = 2.0-rc3
+projects[media_youtube][version] = 2.0-rc4
 projects[media_youtube][subdir] = contrib
 
 projects[media_vimeo][version] = 2.0-rc1
