diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index 439335b..961aae0 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -6024,6 +6024,9 @@ label.panel-block { overflow-y: hidden; } .featured-image figure.image img { width: 100%; } + @media screen and (min-width: 1216px) { + .featured-image figure.image { + max-height: 36rem; } } /* Hero image in hero block */ .has-background-image.hero {