
.map_container {
    height: 823px;
    position: relative;
  }
  
  #map-canvas {
    height: 100%;
    width: 100%;
  }
  
  .custom-marker {
    background-color: transparent;
    width: 50px;
    height: 50px;
  }
  
  .marker-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  