#shops_map {
    width: 100%;
    background-image: none !important;
}

.search-map-container {
    width: 100%;
}
#dealer-search-map {
    width: 100%;
    height: 100%;
}
#dealer_panel {
    width:100%;
}
@media (max-width: 1023px) {
    #shops_map {
        height: auto;
    }
    #dealer_panel {
        max-height:656px;
    }
    .search-map-container {
        height:500px;
    }
}
@media (min-width: 1024px) {
    #dealer_panel {
        width:27em;
    }
    #shops_map {
        height: calc(100vh - 85px) !important;
        display: flex !important;
    }
}
.dealer-actions .button:hover {
    color: #fff;
    background-color: #000;
    box-shadow: 0 0 0 4px rgba(0,0,0,.25);
}
.dealer-actions .button
{

    font-size: 0.8em;
    text-align: center;
    display: inline-block;
    padding: 0.4em 1.2em;
    border-radius: 50px;
    line-height: 1.78;
    color: #000;
    background-color: #fff;
    border: 2px solid #000;
    text-decoration: none;
    transition: all .2s ease-in;
    cursor: pointer;
}
