#map-container {
    padding-top: 50px; 
    height: calc(100vh - 50px); 
}
#map {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
}
.marker {
    width:150px;
    height:150px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 62px 20px -14px #434141;
    border: 4px solid #faf3dd;
    object-fit: cover;
}
.mapboxgl-popup-content {
    width: 320px;
    background: #faf3dd;
    padding: 8px 14px;
    border-radius: 20px;
}
.mapboxgl-popup-close-button {
    font-size: 36px;
    color: #607D8B;
    right: 8px;
    top: 5px;
    border: none;
    outline: none;
}
.malert .pti1 {
    font-size: 22px;
    color: #872202;
    padding: 10px;
    margin: 0;
    line-height: 1.4;
}
.malert .pti2 {
    font-size: 16px;
    color: #607d8b;
    border-top: 1px solid #c8cacb;
    line-height: 1.8;
    padding: 14px;
}