#map {
border:2px solid #ddd;
border-radius:10px;
box-shadow:0 0 10px rgba(0,0,0,0.1);
height:80vh;
margin:20px auto;
max-height:800px;
max-width:800px;
overflow:auto;
position:relative;
width:80%;
}

.marker {
background:url(/static/images/pal.png) center/contain no-repeat;
height:50px;
position:absolute;
transform:translate(-50%,-50%);
width:50px;
z-index:2;
}
