#map {
		height: 444PX;
		width: 100%;
		border-radius: 18px;
        }
		
		
#map {
    position: static; /* or any other position value you want */
    overflow: visible; /* or any other overflow value you want */
}		