img[title]:hover:after {
    content: attr(title);
    background: #000;
    color: #fff;
    padding: 5px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  