.map-container{
    height: 300px;
}

.jvmap-smart{
    width: 100%;
    height: 100%;
}

.jvectormap-tip {
    z-index: 999999;
}

.map-container:after, .clearfix{
    display: block;
    content: '';
    clear: both;
}

.map-container .jvectormap-marker {
    cursor: default !important;
}

@media only screen and (min-width: 576px) {
    .map-container{
        height: 350px;
    }
}
@media only screen and (min-width: 768px) {
    .map-container{
        height: 400px;
    }
}
@media only screen and (min-width: 992px) {
    .map-container{
        height: 500px;
    }
}