equal
deleted
inserted
replaced
148 |
148 |
149 /* media queries |
149 /* media queries |
150 ------------------------------------ */ |
150 ------------------------------------ */ |
151 @media (max-width: 767px) { |
151 @media (max-width: 767px) { |
152 .module-gallery .module-content { |
152 .module-gallery .module-content { |
153 height: 376px; |
153 height: 405px; |
154 } |
154 } |
155 .module-impression svg {display:none;} |
155 .module-impression svg {display:none;} |
156 } |
156 } |
157 |
157 |
158 @media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) { |
158 @media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) { |