.img-tooltips {
  overflow: visible !important;
}
[data-tippy-root] {
  width: max-content;
}
.tippy-box {
  padding: 25px;
  margin-top: 50px;
  background-color: white;
  border: 1px solid black;
}
.tippy-box .tippy-content .close {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 0;
  top: 0;
  margin: 0;
  margin-top: -20px;
  margin-right: -20px;
  padding: 2px;
  border: 1px solid black;
  border-radius: 25px;
  color: black;
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}
.tippy-box .tippy-content .close:hover {
  cursor: pointer;
}
