diff --git a/css/ritmap.css b/css/ritmap.css
index 7497e90..39dd05f 100644
--- a/css/ritmap.css
+++ b/css/ritmap.css
@@ -4,4 +4,10 @@ body {
.center {
text-align:center;
-}
\ No newline at end of file
+}
+
+@media only screen and (max-width: 600px) {
+ .hide-on-small-screen {
+ display: none;
+ }
+}
diff --git a/index.html b/index.html
index 95270c8..542f5dd 100644
--- a/index.html
+++ b/index.html
@@ -37,7 +37,7 @@
- 
+