.background__color {
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url("./mitchell-luo-CEowgw6VXbE-unsplash.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh;
}

.background__color__auth {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("./mitchell-luo-CEowgw6VXbE-unsplash.jpg");
  background-repeat: repeat;
  background-size: cover;
}

@media (max-width: 990px) {
  .background__color {
    background-attachment: scroll;
  }
}

#cluster-map {
  width: 100%;
  height: 500px;
}

#map {
  width: 100%;
  height: 300px;
}
