Could someone explain why the final position of image is not set to center? see this example (https://stackblitz.com/example).
I tried to use transform-origin: 25% center;
but it’s not best solution, because i have to write a lot of media queries after adding transform-origin
to centering image.
Current result:
Expectation result
1