diff --git a/css/drupal-core-overrides.css b/css/drupal-core-overrides.css
new file mode 100644
index 0000000000000000000000000000000000000000..898ba924f7e23707a9f86158d90948088e5fb756
--- /dev/null
+++ b/css/drupal-core-overrides.css
@@ -0,0 +1,4 @@
+/* Youtube videos will not show without this */
+.uw-remote-video__video .contextual-region {
+  position: initial;
+}
diff --git a/uw_fdsu_theme_resp.info.yml b/uw_fdsu_theme_resp.info.yml
index 1f4b88057683d5ed840c07241c8a65fcfec7a2d7..8f9cb4c164c804fbb6708bfbc6172c3adfab54d0 100644
--- a/uw_fdsu_theme_resp.info.yml
+++ b/uw_fdsu_theme_resp.info.yml
@@ -12,6 +12,7 @@ libraries:
   - 'uw_fdsu_theme_resp/global'
   - 'uw_fdsu_theme_resp/uw_ckeditor'
   - 'uw_fdsu_theme_resp/global-message'
+  - 'uw_fdsu_theme_resp/drupal-core-overrides'
 
 # Libraries override allows you to remove libraries added by other projects.
 # libraries-override:
diff --git a/uw_fdsu_theme_resp.libraries.yml b/uw_fdsu_theme_resp.libraries.yml
index a93569a34bf72efac187c3790596b23e35af3737..3232f6ab86a555519b99db94711541f49ac8cac9 100644
--- a/uw_fdsu_theme_resp.libraries.yml
+++ b/uw_fdsu_theme_resp.libraries.yml
@@ -17,6 +17,10 @@ global-message:
   css:
     theme:
       css/global-message.css: {}
+drupal-core-overrides:
+  css:
+    theme:
+      css/drupal-core-overrides.css: {}
 uw_dashboards:
   css:
     theme: