Currently, I have a large background image with specific dimensions that look great on desktop. The background position is set to center top which allows me to see the entire image, but as the browser width decreases, the width of the image gets cropped.
There is a central part of the image that is the focal point, and I would like this area to remain visible on mobile devices once the browser width reaches around 1000px (where the image starts getting cropped). Is it possible for the viewable portion of the image to adjust accordingly while retaining the cropped width determined by the browser?
Thank you in advance!