
#objects-block .map-holder {
    height: 600 !important;
}
#objects-block .block-title {
    width: 50%;
}
@media (max-width: 996px) {
    #objects-block .block-title {
        width: 100%;
    }
    #objects-block .map-holder {
        height: 400px !important;
    }
}
@media (max-width: 600px) {
    #objects-block .map-holder {
        height: 300px !important;
    }
}
@media (max-width: 450px) {
    #objects-block .map-holder {
        height: 200px !important;
    }
}