.carousel-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}




.esb-tooltiptext {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
  z-index:9999;
  max-width: 500px;
  min-width:100px;
  background-color: #d1efcf;
  color:black;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  z-index: 99999;
  opacity: 0.8; 
  margin-top: 50px;
  margin-left:50px;
}