diff --git a/src/layouts/page/press.html b/src/layouts/page/press.html index 5b994f1..d9b914a 100644 --- a/src/layouts/page/press.html +++ b/src/layouts/page/press.html @@ -1,6 +1,6 @@ {{ define "main" }} -
+
@@ -226,6 +226,46 @@ -webkit-box-orient: vertical; } + @media only screen and (min-width: 1200px) { + + .press-hero{ + background-image: url("/Images/home-x-large-grid-generative-art_half.gif") !important; + background-attachment: scroll; + background-repeat: repeat-y; + background-position: right; + background-size: contain; + } + + } + + @media only screen and (min-width: 992px) and (max-width: 1200px) { + + .press-hero{ + background-image: url("/Images/home-large-grid-generative-art_half.gif") !important; + background-attachment: scroll; + background-repeat: repeat-y; + background-position: right; + background-size: contain; + } + + } + + @media only screen and (min-width: 768px) and (max-width: 992px) { + + .press-hero{ + background-image: url("/Images/home-large-grid-generative-art_half.gif") !important; + background-attachment: scroll; + background-repeat: repeat-y; + background-position: right; + background-size: contain; + } + + } + + @media only screen and (min-width: 576px) and (max-width: 768px) { + + } + @media only screen and (max-width: 576px) { .press-image{