diff --git a/composer.json b/composer.json
index 64108d4c45b2ae4bbd8b9b80fc81e590ba669996..d06bf6dfbb849792f7fcf56af79cc4fcb493ab0c 100644
--- a/composer.json
+++ b/composer.json
@@ -244,6 +244,9 @@
             },
             "drupal/menu_block": {
               "2809699": "https://www.drupal.org/files/issues/2018-10-26/menu_block-label_configuration-2809699-82.patch"
+            },
+            "drupal/entity_embed": {
+              "2881745": "https://www.drupal.org/files/issues/2018-12-04/2881745-22.patch"
             }
         }
     },
diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json
index 7289005d30f9fd8f9aaae128d190cfa8f0de4049..d06ad85c3995e95dca65b63d2553f466313a9e49 100644
--- a/vendor/composer/installed.json
+++ b/vendor/composer/installed.json
@@ -3533,7 +3533,8 @@
                     "status": "not-covered",
                     "message": "Beta releases are not covered by Drupal security advisories."
                 }
-            }
+            },
+            "patches_applied": []
         },
         "installation-source": "dist",
         "notification-url": "https://packages.drupal.org/8/downloads",
diff --git a/web/modules/entity_embed/templates/entity-embed-container.html.twig b/web/modules/entity_embed/templates/entity-embed-container.html.twig
index 43fedc7aa3baddbef663c78500d189ea73131300..e3af87832689e70d75428b8921d5a7caad1c3c08 100644
--- a/web/modules/entity_embed/templates/entity-embed-container.html.twig
+++ b/web/modules/entity_embed/templates/entity-embed-container.html.twig
@@ -12,4 +12,4 @@
  * @ingroup themeable
  */
 #}
-<article{{ attributes }}>{{ children }}</article>
+<div{{ attributes }}>{{ children }}</div>