html, body {
  width: 100%;
}

svg {
  max-width: 100% !important;
  width: 100% !important;
  height: auto;
  display: block;
}

.heyo:hover {
  fill: #f9fa06;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.enabled {
  fill: #21669E;
  cursor: pointer;
}

.descriptionLot {
  pointer-events: none;
  position: absolute;
  font-size: 18px;
  text-align: center;
  background: yellow;
  padding: 10px 15px;
  z-index: 5;
  line-height: 30px;
  margin: 0 auto;
  color: #333;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #eee;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.descriptionLot.active {
  display: block;
}
/* .descriptionLot:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
} */
.lots.active{
  border-left: 1px solid #332d55;
  border-right: 1px solid #332d55;
}


