diff --git a/scss/_ntp.scss b/scss/_ntp.scss
index f757254db618ef7de2307338336795e464f257fa..276159c096076b00e0e424d3fae252981f399d02 100644
--- a/scss/_ntp.scss
+++ b/scss/_ntp.scss
@@ -28,4 +28,10 @@
     svg{
         background-color: #ebebeb;
     }
+    @media only screen and (max-width: $mobile-max-width){
+        svg {
+            width: 100%;
+            height: auto;
+        }
+    }
 }
\ No newline at end of file