@media only screen and (min-width: 1024px) {
    .locationFinder {
        max-width: 1921px;
        margin-right: auto;
        margin-left: auto;
    }
    .locationFinder-map {
        justify-content: center;
        display: flex;
    }
}
.locationFinder-map img {
    width: auto;
    height: auto;
}