/*
#		Custom css
*/

.mapdetail {
    height: 260px;
}

.map_border img{
    border: none!important;
    padding: 0!important;
    width: auto;
}

.leaflet-popup-content {
    text-align: center;
}



@media screen and (min-width: 768px){

    .mapdetail{
        height: 300px;
    }
    
}


@media screen and (min-width: 992px){

    .mapdetail{
        height: 415px;
    }
    
}