img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.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;
  }

.img13 {
    position: absolute;
        z-index: 0;
        margin: -10px;
        top: 20%;
        margin-left: 70%;
        transform: rotate(20deg);
  
  }
  .img14 {
    position: absolute;
        z-index: 0;
        margin: -10px;
        top: 23%;
        margin-left: 66%;
        transform: rotate(132deg);
  }
  .img141 {
    position: absolute;
        z-index: 0;
        margin: -10px;
        top: 71%;
        margin-left: 65%;
        transform: rotate(132deg);
  
  }
  .img142 {
    position: absolute;
        z-index: 0;
        margin: -10px;
        top: 71%;
        margin-left: 20%;
        transform: rotate(132deg);
  
  }
  .img15 {
    position: absolute;
    z-index: 0;
    margin: -10px;
    top: 24%;
    margin-left: 75%;
  
  }
  
  
  @media only screen and (max-width: 600px) {
    .img18 {
      width: 100%;
  }
  
    .img15 {
      position: absolute;
      z-index: 0;
      margin: -10px;
      top: 38%;
      margin-left: 72%;
      width: 23%;
    }
    .img14 {
      width: 23%;
      position: absolute;
      z-index: 0;
      margin: -10px;
      top: 38%;
      margin-left: 53%;
      transform: rotate(132deg);
  }
      .img13 {
          width: 23%;
      position: absolute;
      z-index: 0;
      margin: -10px;
      top: 35%;
      margin-left: 61%;
      transform: rotate(20deg);
  }
  .post-header~.post-cont.post-cont__article {
      margin-top: -2px;
  }
  
  }