
#map {
    height: 450px;
    width: 100%;
}
.img-thumb {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 2px 5px;
    align-items: center;
}
.img-thumb > img {
    background-color: #17a1b780;
    width: 150px;
    height: 150px;
}
.map-images {
    overflow: hidden;
    display: flex
}
#gps-items-holder {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}