.ism-marker img{
    width: auto;
    max-width: 125px !important;
    height: 60px !important;
    display: block;
    object-fit: contain;
}

/*.ism-popup{
    display:none;
    position:absolute;
    width:320px;
    min-height:120px;
    background:#fff;
    padding:15px;
    border-radius:10px;
    box-shadow:0 0 15px rgba(0,0,0,.15);
    z-index:9999;
} */
.ism-popup{
    display:none;
    text-align:center;
    position:absolute;
    min-width:180px;
    max-width:250px;
    padding:10px;
    background:#fff;
    border-radius:8px;
    box-shadow:0 2px 10px rgba(0,0,0,.15);
    z-index:100000;
}
.ism-popup h3{
    margin:0 0 8px;
    font-size:14px !important;
    color:#000 !important;
    font-weight: 400 !important;
}

.ism-popup p{
    margin:0;
    line-height:1.4;
     font-size:12px;
    color:#000 !important;
}
.ism-popup img{
    max-width:120px !important;
    margin: 0 auto 8px !important;
    width:100%;
    height:auto !important;
    margin-bottom:10px;
}
.ism-popup-link{
  color:#000 !important;
    text-decoration:none;
    font-size:12px;
}
.ism-popup-link:hover{
    color:#4bb7e2;
    text-decoration:none;
     font-size:12px;
}
.ism-map-container{
    overflow:hidden;
    width:100%;
    position:relative;
}

.ism-map-wrapper{
    position:relative;
    width:100%;
    margin:0 auto;
    transform-origin:50% 50%;
    transition:transform .2s ease;
    cursor:default !important;
    user-select:none;
    -webkit-user-select:none;
    touch-action:pan-y;
}
.ism-map-wrapper.is-zoomed{
    cursor:grab !important;
}
.ism-map-wrapper.is-dragging{
    cursor:grabbing !important;
    transition:none;
}
.ism-map-container{
    max-width:900px;
    margin:0 auto;
}

.ism-map-image{
    width:100%;
    height:auto;
    display:block;
    user-select:none;
    -webkit-user-select:none;
    -webkit-user-drag:none;
}

.ism-marker{
    position:absolute;
    transform:translate(-50%, -100%);
    z-index:99;
    cursor:pointer;
}

.ism-map-container{
    position:relative;
    overflow:hidden;
}

.ism-map-controls{
    position:absolute;
    bottom:20px;
    left:100px;
    z-index:9999;

    background:#fff;
    border-radius:8px;
    box-shadow:0 2px 10px rgba(0,0,0,.15);

    display:flex;
    flex-direction:column;
    overflow:hidden;
}

.ism-map-controls button{
    width:36px !important;
    height:36px !important;
    min-height:36px !important;
    border:none !important;
    background:#fff !important;
    cursor:pointer !important;
    font-size:19px !important;
    font-weight:bold !important;
    line-height:1px !important;
    border-radius: 0px !important;
    padding:0 !important;
    margin: 0px 0px !important;
    color: #595e64 !important;
}

.ism-map-controls button:not(:last-child){
    border-bottom:1px solid #ddd !important;
}

.ism-map-controls button:hover{
    background:#f5f5f5 !important;
}
#ism-map-preview{
    max-width:100px;
    height:auto;
    border:1px solid #ddd;
    padding:5px;
}
.ism-map-controls button {
    margin-top: 0px !important;
}

/* responsive css */
/* Tablet */
@media (max-width: 1024px){

    .ism-map-container{
        max-width:100%;
        overflow-x:hidden;
    }

    .ism-marker img{
        max-width:90px !important;
        height:45px !important;
    }

    .ism-popup{
        min-width:150px;
        max-width:220px;
        padding:8px;
    }

    .ism-popup img{
        max-width:90px !important;
    }

    .ism-popup h3{
        font-size:13px !important;
    }

    .ism-popup p,
    .ism-popup-link{
        font-size:11px !important;
    }

    .ism-map-controls{
        left:20px;
        bottom:15px;
    }

    .ism-map-controls button{
        width:34px !important;
        height:34px !important;
        min-height:34px !important;
        font-size:18px !important;
        padding:0 !important;
    }
}

/* Mobile */
@media (max-width: 767px){

    .ism-marker img{
        max-width:70px !important;
        height:35px !important;
    }

    .ism-popup{
        min-width:130px;
        max-width:180px;
        padding:6px;
    }

    .ism-popup img{
        max-width:70px !important;
        margin-bottom:5px !important;
    }

    .ism-popup h3{
        font-size:12px !important;
        margin-bottom:5px;
    }

    .ism-popup p,
    .ism-popup-link{
        font-size:10px !important;
        line-height:1.3;
    }

    .ism-map-controls{
        left:10px;
        bottom:10px;
    }

    .ism-map-controls button{
        width:32px !important;
        height:32px !important;
        min-height:32px !important;
        font-size:17px !important;
        padding:0 !important;
    }
}
