diff --git a/Shared/Article Rendering/stylesheet.css b/Shared/Article Rendering/stylesheet.css index a1059a182..902be2fa6 100644 --- a/Shared/Article Rendering/stylesheet.css +++ b/Shared/Article Rendering/stylesheet.css @@ -219,6 +219,10 @@ img, figure, video, div, object { margin: 0 auto; } +video { + width: 100% !important; +} + iframe { max-width: 100%; margin: 0 auto;