.tooltip {

    border-bottom: 1px dotted black;
  }

  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }

  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }




.post-img[border] {
    padding: 0px;

    background: #eee0;
}
.img11 {
  position: absolute;
    z-index: 0;
    margin: -10px;
    top: 81%;
    margin-left: 85%;
    width: 5%;
}
.img12 {
  position: absolute;
  z-index: 0;
  margin: -10px;
  top: 65%;
  margin-left: 11%;
  width: 5%;
}





@media only screen and (max-width: 600px) {



.img12 {
  position: absolute;
  z-index: 0;
  margin: -10px;
  top: 72%;
  margin-left: 11%;
  width: 5%;
}
}