#block-storelocator {
    display: flex;
    flex-grow: 1;
}

#block-storelocator .menu-item {
    display: flex;
    padding: 0;
}

#block-storelocator .overflow-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#block-storelocator .menu-item img{
    max-width: 12px;
    min-width: inherit;
    margin-right: 10px;
}

#block-storelocator .menu-item a {
    display: block;
    text-decoration: none;
}

#block-storelocator .menu-item a.anchor-image-wrap {
    display: flex;
}