 #map {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    filter: grayscale(1);
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.poi_list{
    font-size: 12px;
}
.negozio:hover{
    cursor: pointer;
    background: #ffffff;
    border-right: 1px solid #666666;
}
.select2{
    font-size: 15px;
    width: 100%;
}
.select2-container .select2-selection--single{
    height: auto;
    padding: 8px;
}
.poi_list{
    max-height: 500px;
    overflow-y: scroll;
    list-style: none;
    margin-top: 20px;
    padding-left: 10px;
}
.poi_list li{
    margin-bottom: 20px;
}