.pswp__bullets-indicator {
    display: flex;
    flex-direction: row;
    align-items: center;

    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
}

.pswp__bullet {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: #fff;
    margin: 0 2.5px;
}

.pswp__bullet--active {
    background: grey;
}