Content container is moving through different breakpoints

Hi,
I am creating a interactive map using CSS collection. On desktop everything works smoothly but in the different breakpoint the dots on the map move to the right and scale weirdly. I don’t find any evident that is moving my content out of the page.

Here is the read- only link of the projects: https://preview.webflow.com/preview/hiretend?utm_medium=preview_link&utm_source=design[…]02d50d6d9f80a3&pageId=60131063522261363aec2865&mode=preview

Thanks


@Itzel_Barreto, you’ve got some parts right. Your dots wrapper container shouldn’t be position absolute though, at least from similar sections I’ve done before.

So you’ll have a position: relative container which is fluid width and the dots should be position: absolute with % positioning not EM.