.mapcontainer path {
  pointer-events: all;
}
.mapcontainer path:hover {
  opacity: 0.5;
  fill: #FFB727;
  cursor: pointer;
}
