@@ -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{