.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;
}
.post-img img {
    width: 100%;
    display: block;
    padding: 15px;
}

.img11 {
    position: absolute;
    z-index: 0;
    height: 250px;
    margin: -10px;
    top: 58%;
    margin-left: 78%;

}
.img12 {
    position: absolute;
    z-index: 0;
    height: 150px;
    margin: -10px;
    top: 48%;
    margin-left: 84%;
}
.img13 {
  position: absolute;
    z-index: 0;
    height: 160px;
    /* margin: -10px; */
    top: 84%;
    margin-left: 9%;
    width: 25%;
    height: 6%;
  }
.img15 {
    position: absolute;
    z-index: 0;
    height: 160px;
    margin: -10px;
    top: 1572px;
    margin-left: 5%;
}
.img14 {
  width: 14%;
    position: absolute;
    z-index: 0;
    height: 251px;
    margin: -10px;
    top: 83%;
    margin-left: 75%;
    height: 9%;
}

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

  .img14 {
    position: absolute;
    z-index: 0;
    height: 100px;
    margin: -10px;
    top: 86%;
    margin-left: 63%;
    width: 40%;
  }
  .img13 {
    position: absolute;
    z-index: 0;
    height: 7%;
    margin: -10px;
    top: 87%;
    margin-left: 6%;
    width: 54%;
}
}

