.websima-map {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.websima-map .mapp-logo {
    width: 60px;
    height: 25px;
    margin-bottom: -0.5rem;
}

.mapp-container img {
    object-fit: contain;
}

@media (max-width:991.98px) {
    .websima-map {
        height: 350px !important;
    }
}