.websima-map {
    width: 100%;
    height: 88%;
    z-index: 2;
    border-radius: 15px;
    margin-bottom: 30px;
}

.websima-map .mapp-logo{
    width: 60px;
    height: 25px;
    margin-bottom: -0.5rem;
}
@media (max-width: 575px) {
	.websima-map {
        height: 300px;
	}
}