.map-viewport #nativeDetail {
  display: none;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  image-rendering: auto;
}

.map.native-detail #nativeDetail {
  display: block;
}

.map.native-detail .map-quality {
  background: #12633f;
  color: #fff;
}

.detections-layer {
  z-index: 2;
}
