#iletisimMap {
    width: 100%;
    height: 370px;
    border-radius: 4px;
    z-index: 1;
}

.im-marker-icon {
    background: transparent;
    border: none;
}

.im-marker-pin {
    width: 32px;
    height: 32px;
    background-image: url(/img/harita_renk1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .35));
}

.im-popup h4 {
    margin: 0 0 6px;
    color: #2b2e34;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
}

.im-popup p {
    margin: 0;
    font-size: 11px;
    color: #444;
    letter-spacing: 0;
    max-width: 220px;
}
