Markers {
    position: absolute;
    width: 100%;
    height: 100%;

    > .marker {
        position: absolute;
        transform: translate(-50% -50%);

        > img {
            width: 100%;
            height: 100%;
        }
    }
}
