.leaflet-container {
    background: #fff !important;
}



#mapid {
    height: 600px;
    width:700px;
}

.cart_seat {
	border:1px solid black;
	padding: 10px;
}


div#mapid.full-screen {
    height: calc(100vh - 75px);
    width: 100%;
}


@media (max-width: 768px) {
    #mapid { 
        height: 420px; 
    }
}