From 4e6ffa89003431fe72c1ffe8549007594c4ab738 Mon Sep 17 00:00:00 2001
From: Luke Seers <16389426+LukeSeers@users.noreply.github.com>
Date: Tue, 18 Oct 2022 16:34:15 +0200
Subject: [PATCH] Fix animation

---
 assets/css/main.scss | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/assets/css/main.scss b/assets/css/main.scss
index 4f643a8..13fd693 100644
--- a/assets/css/main.scss
+++ b/assets/css/main.scss
@@ -16,4 +16,16 @@
     opacity: 0.25;
     height: 30px;
     width: 2px;
+}
+
+@media (max-width: 768px) { 
+    .header-two-container .header-bg {
+        display: none;
+    }
+ }
+ 
+ @media (min-width: 1536px) { 
+    .header-two-container .header-bg {
+        display: block !important;
+    } 
 }
\ No newline at end of file