.loom-map {
  position: relative;
}

.loom-map .marker-cluster-small,.loom-map .marker-cluster-medium,.loom-map .marker-cluster-large {
  background-color: rgba(249,157,28,.5);
}

.loom-map .marker-cluster-small div,.loom-map .marker-cluster-medium div,.loom-map .marker-cluster-large div {
  background-color: #3c7fa6;
}

.loom-map__infobox-wrapper {
  /* transition: opacity .3s ease-in-out; */
  opacity: 0;
  pointer-events: none;
  background: white;
}
