diff --git a/src/layouts/index.html b/src/layouts/index.html
index fa1af8b..0c6d41e 100644
--- a/src/layouts/index.html
+++ b/src/layouts/index.html
@@ -22,6 +22,7 @@
.comment-success code{
color: #1a1a1a;
}
+ /*
.hero{
background-image: url("/Images/tea-hero-background.jpg") !important;
background-attachment: scroll;
@@ -29,12 +30,13 @@
background-repeat: repeat-y;
background-size: cover !important;
}
+ */
@media only screen and (max-width: 992px) {
-
+/*
.hero{
background-image: none !important;
}
-
+*/
}
code{