.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-header--subtitle {
    font-size: 17px !important;
    font-family: 'Calibril';
    text-transform: none;
    text-align: center;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.post-header {
    position: relative;
    z-index: 7000;
    background: #1d1d1b;
    box-shadow: 0 1px #eee;
    opacity: 0;
}
.post-img img {
    width: 100%;
    display: block;
    padding: 15px;
}
.post-img[border] {
    padding: 0px;
    background: #1d1d1b;
}
.post-article {
    padding: 47px 53px;
    opacity: 0;
}
.post-header--title {
    /* font-size: 60px;
    font-size: 34px; */
    line-height: 1;
    font-family: "Kessel 105","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: center;
    padding: 0 0 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.img17 {
  position: absolute;
  z-index: 0;
  margin: -10px;
  top: 1462px;
  margin-left: 52%;
  transform: rotate(-31deg);

}
.img14 {
  position: absolute;
  z-index: 0;
  margin: -10px;
  top: 1297px;
  margin-left: 78%;
  transform: rotate(-20deg);

}
.img15 {
  position: absolute;
z-index: 0;
margin: -10px;
top: 86%;
margin-left: 92%;
transform: rotate(-41deg);


}
.img16 {
  position: absolute;
      z-index: 0;
      margin: -10px;
      top: 86%;
      margin-left: -1%;
      transform: rotate(59deg);


}
@media only screen and (max-width: 600px) {
  .post-article {
    padding: 40px 20px;
}
  .img14 {
    position: absolute;
  z-index: 0;
  margin: -10px;
  top: 936px;
  margin-left: 70%;
  transform: rotate(-20deg);
  width: 28%;
}
.img17 {
    position: absolute;
    z-index: 0;
    margin: -10px;
    top: 1433px;
    margin-left: 89%;
    transform: rotate(-33deg);
  }
  .img16 {
      position: absolute;
      z-index: 0;
      margin: -10px;
      top: 89%;
      margin-left: -6%;
      transform: rotate(59deg);
      width: 24%;
  }

  .img15 {
      position: absolute;
      z-index: 0;
      margin: -10px;
      top: 89%;
      margin-left: 83%;
      transform: rotate(-50deg);
      width: 24%;
    }


   

}

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

  .img15 {
    position: absolute;
    z-index: 0;
    margin: -10px;
    top: 80%;
    margin-left: 85%;
    transform: rotate(-41deg);
}

.img16 {
    position: absolute;
    z-index: 0;
    margin: -10px;
    top: 81%;
    margin-left: -2%;
    transform: rotate(59deg);
}

}