fix hotspot image on screen

i changed the display of hotspots but I want to fix the hotspots location on the screen rather than on the photo. I want hotspots to follow the screen when I navigate through the panoramic view can i do this ?
I want to give perspective to hotspots my goal is to get hotspots more flat on the ground

transform-style: preserve-3d; transform: translateZ(-100px);

I tried something like this but it didn’t work,
I want to do something like this;

Is it possible to do this with css?