Image alignment

I’m trying to define where the image should be aligned when using css object-fit: cover.

I found a couple of plugins here that allow to define the focus point for an image, but I don’t need the flexibility. The image is set and some kind of flexbox/css solution would do the job.

I would appreciate any advise.

This should be set in your stylesheet (not Kirby related), check out object-positionin addition to object-fit-

Thank You