diff --git a/source/css/organisms/hero-pirati-stan.pcss b/source/css/organisms/hero-pirati-stan.pcss
index 189be0a9a1f555fb665a6a56a58e6d6638569a7c..e4d2f7635937c3258084db4ae2946ad381d8e99f 100644
--- a/source/css/organisms/hero-pirati-stan.pcss
+++ b/source/css/organisms/hero-pirati-stan.pcss
@@ -4,4 +4,11 @@
 	   	background: linear-gradient(to right, theme('colors.acidgreen') 50%, theme('colors.lemon') 50%);
 	}
   }
-}
\ No newline at end of file
+}
+
+@media only screen and (max-width: 600px) {
+  .hero-listing {
+   display: none;
+  }
+}
+