.Point {
    width: 71px;
    height: 71px;
    display: inline-block;
}
.green.Point {
    background-image: url('../../../assets/img/greenPointBig.png');
}
.yellow.Point {
    background-image: url('../../../assets/img/yellowPointBig.png');
}
.red.Point {
    background-image: url('../../../assets/img/redPointBig.png');
}
#map {
  height: calc(100vh - 70px);
}