.list_map .block-map-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.list_map #houzez-overview-listing-map, .leaflet-container {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.list_map #houzez-overview-listing-map {
    position: relative;
    z-index: 1;
}

.list_map .leaflet-container {
    z-index: 2;
    position: relative;
}

.qr-overlay{
	width: 100%;
    max-width: 150px;
    height: 100%;
}
@media (max-width: 767.98px) {
    .houzez-mobile-layout-2cols {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 480.98px) {
    .houzez-mobile-layout-2cols {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}