.tooltip-wrapper {
  position: absolute;
  left: -120%;
  bottom: -30px;
  background: #000;
  color: #fff;
  padding: 4px 6px;
  font-size: 12px;
  border-radius: 4px;
  width: -moz-max-content;
  width: max-content;
  display: none;
  z-index: 2;
}

.figure-tooltip-wrapper {
  position: relative;
}

.figure-tooltip-wrapper:hover .figure-tooltip {
  display: flex;
}

.figure-tooltip {
  position: absolute;
  left: 40%;
  top: 20%;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 4px 6px;
  font-size: 12px;
  border-radius: 4px;
  width: -moz-max-content;
  width: max-content;
  display: none;
} 

/*# sourceMappingURL=tooltip.css.map */
