.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: 65%;
    margin-left: 84%;
    width: 5%;
}
.img12 {
  position: absolute;
    z-index: 0;
    margin: -10px;
    top: 70%;
    margin-left: 90%;
    width: 7%;
}
.img13 {
  position: absolute;
    z-index: 0;
    margin: -10px;
    top: 89%;
    margin-left: 47%;
    width: 7%;
    }
.img14 {
  position: absolute;
    z-index: 0;
    margin: -10px;
    top: 65%;
    margin-left: 10%;
    width: 6%;
}
.img15 {
  position: absolute;
    z-index: 0;
    margin: -10px;
    top: 85%;
    margin-left: 89%;
    width: 7%;
}
.img16 {
  position: absolute;
    z-index: 0;
    margin: -10px;
    top: 85%;
    margin-left: 48%;
    width: 8%;
}
.post-article {
    padding: 0 46px;
    opacity: 0;
}


@media only screen and (max-width: 600px) {
  .img11 {
    position: absolute;
    z-index: 0;
    margin: -10px;
    top: 65%;
    margin-left: 81%;
    width: 15%;
}
.img14 {
    position: absolute;
    z-index: 0;
    margin: -10px;
    top: 65%;
    margin-left: 3%;
    width: 16%;
}
.img13 {
    position: absolute;
    z-index: 0;
    margin: -10px;
    top: 86%;
    margin-left: 42%;
    width: 20%;
}

.post-cont.clearfix.artshore {
    margin-bottom: 7%;
}

}
@media only screen and (width: 768px) {

  .img11 {
    position: absolute;
    z-index: 0;
    margin: -10px;
    top: 65%;
    margin-left: 84%;
    width: 5%;
}
.img13 {
    position: absolute;
    z-index: 0;
    margin: -10px;
    top: 87%;
    margin-left: 47%;
    width: 8%;
}
.img14 {
    position: absolute;
    z-index: 0;
    margin: -10px;
    top: 65%;
    margin-left: 10%;
    width: 6%;
}
}