{% for image in site.static_files %}
{% if image.path contains 'img/art' %}
diff --git a/_includes/css/shader.css b/_includes/css/shader.css
index 42b9d88..2f45ed4 100644
--- a/_includes/css/shader.css
+++ b/_includes/css/shader.css
@@ -9,4 +9,14 @@
position: absolute;
left: 20px;
top: 20px;
-}
\ No newline at end of file
+}
+
+
+
+@media(max-width:1024px) {
+ #shaderView {
+ visibility: hidden;
+ }
+
+}
+
diff --git a/_includes/shader.html b/_includes/shader.html
index 98c077c..c805972 100644
--- a/_includes/shader.html
+++ b/_includes/shader.html
@@ -25,8 +25,6 @@
Inner Heading 1
import * as THREE from 'https://unpkg.com/three@0.127.0/build/three.module.js';
- let SHADER_HEIGHT = 300
-
let container;
container = document.getElementById( 'shaderCanvas' );
if (!container)