diff --git a/scss/mixins/_image.scss b/scss/mixins/_image.scss
index c2b45f2ceadf974db39e4b4b6d3e592785bffb05..ec4bd5ec6e576f79e07de3045d3d2cfaff2b260b 100644
--- a/scss/mixins/_image.scss
+++ b/scss/mixins/_image.scss
@@ -13,6 +13,9 @@
   // Part 2: Override the height to auto, otherwise images will be stretched
   // when setting a width and height attribute on the img element.
   height: auto;
+  &[src$=".svg"] {
+    width: 100%;
+  }
 }