I'm leveraging next/image to display my image in the following way:
<Image
src={imageLink}
width="1920"
height="512"
alt="Hero Image"
/>
Everything works well for screen widths larger than 750px.
Is there a way to adjust the height to "612" when the user accesses the site on a mobile or tablet (screen width below 750px)?