Positioning an element relative to the object in the photo
I have a background photo with small rocket in the center.
background: center / cover url(image) no-repeat;
Also I have an image of line which connects rocket and button at the left part of the screen.
When i change the screen size all elements change their position.
I used vh, but it didn't work.