.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: 19px !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[border] {
    padding: 0px;
    background: #1d1d1b;
}
.post-img img {
    width: 100%;
    display: block;
    padding: 15px;
}
.post-article {
    padding: 47px 53px;
    opacity: 0;
}

.img11 {
  position: absolute;
    z-index: 0;
    margin: -10px;
    top: 669px;
    margin-left: 1%;
    width: 9%;
}
.img12 {
  position: absolute;
    z-index: 0;
    margin: -10px;
    top: 1383px;
    margin-left: 1%;
    width: 9%;
}
.img13 {
  position: absolute;
    z-index: 0;
    margin: -10px;
    top: 976px;
    margin-left: 90%;
    width: 9%;
}
.img14 {
  position: absolute;
    z-index: 0;
    margin: -10px;
    top: 1783px;
    margin-left: 90%;
    width: 9%;
}

.imglogo{
  width:70%;
  padding-top: 3%;
  padding-bottom: 3%;


}
@media only screen and (max-width: 600px) {
  .imglogo{
    width:100%;
    padding: 15px;
    }
  .img11 {
    position: absolute;
    z-index: 0;
    margin: -10px;
    top: 90%;
    margin-left: 1%;
    width: 18%;
}
.img12 {
    position: absolute;
    z-index: 0;
    margin: -10px;
    top: 90%;
    margin-left: 80%;
    width: 18%;
}
.img13{
  display: none;
}
}
@media only screen and (width: 411px) {

  .img12 {
    position: absolute;
    z-index: 0;
    margin: -10px;
    top: 92%;
    margin-left: 88%;
    width: 11%;
}
.img11 {
  position: absolute;
  z-index: 0;
  margin: -10px;
  top: 92%;
  margin-left: 1%;
  width: 11%;
}
.img13{
  display: none;
}
}

@media only screen and (width: 1024px) {
  .img11 {
    position: absolute;
    z-index: 0;
    margin: -10px;
    top: 42%;
    margin-left: 1%;
    width: 5%;
}
.img13 {
    position: absolute;
    z-index: 0;
    margin: -10px;
    top: 42%;
    margin-left: 90%;
    width: 7%;
}
.img12 {
    position: absolute;
    z-index: 0;
    margin: -10px;
    top: 88%;
    margin-left: 2%;
    width: 6%;
} 
.img14 {
    position: absolute;
    z-index: 0;
    margin: -10px;
    top: 88%;
    margin-left: 90%;
    width: 6%;
}
}
@media only screen and (width: 768px) {

  .img14 {
    position: absolute;
    z-index: 0;
    margin: -10px;
    top: 86%;
    margin-left: 90%;
    width: 9%;
}
.img12 {
    position: absolute;
    z-index: 0;
    margin: -10px;
    top: 85%;
    margin-left: 1%;
    width: 9%;
}
}