.mouse-follow {
  position: absolute;
  width: 150px;
  min-height: 50px;
  padding: 10px 15px;
  color: black;
  background-color: #F6F6F6;
  font-weight: 700;
  font-size: .885rem;
  flex-direction: column;
  display: none;
  text-align: center;
  border: 1px solid #888;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mouse-follow > * {
  width: 100%;
}
