/*loads hero image early. */ /* /* Reduce hero height on desktop only NB CSS. */ /* Not sure if this works */ @media screen and (min-width: 1024px) { section:first-of-type .sqs-block-image img { max-height: 70vh; object-fit: cover; } } */