diff --git a/src/components/telemetry-modal/telemetry-modal.css b/src/components/telemetry-modal/telemetry-modal.css
index 564b0bd2ff9ba55cea50c27736bc6999faba0023..73f2d6a1ce68802e70b039e239b10b7a4e8e5620 100644
--- a/src/components/telemetry-modal/telemetry-modal.css
+++ b/src/components/telemetry-modal/telemetry-modal.css
@@ -148,3 +148,16 @@ $ui-gray: hsla(0, 0%, 95%, 1);
     box-shadow: none;
     opacity: 0.25;
 }
+
+@media screen and (max-height: 660px) {
+    .modal-content {
+        margin: 5vh auto;
+        width: 90%;
+    }
+}
+
+@media screen and (max-height: 540px) {
+    .illustration {
+        display: none;
+    }
+}