.absolu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    min-height: 100%;
    
    background-color: rgb(0,0,0,0.5);
    z-index: 990;
    display: none;

}
 
 
   /* Relative positioning*/
  #wrapper {
    position: relative;
    margin: 50px auto 20px auto;
     
    z-index: 996;
  }
   #wrapper img{
    z-index: 996;

  }

  #wrapper2 {
    position: relative;
    margin: 50px auto 20px auto;
    width: 100%!important;
    min-height: 130vh; 
    z-index: 996;
  }
   #wrapper2 img{
    z-index: 996;
    width: 60%;

  }
  /* Hide the original tooltips contents */
  .pin {
    display: none;
  }
  
  .pin2 {
    display: none;
  }

  .pin3 {
    display: none;
  }

  .pin4 {
    display: none;
  }

  /* Begin styling the tooltips and pins */
  .tooltip-up, .tooltip-down {
    position: absolute;
    z-index: 1000; 
    width: 52px;
    height: 36px;
 
  } 

   .tooltip-left, .tooltip-right {
    position: absolute;
    z-index: 1000; 
    width: 52px;
    height: 36px;
    
  }

  .tooltip-down {
    background-position: -52px 0px;
  }

  .tooltip {
    display: none;
    width: 200px;
    cursor: pointer; 
 
    position: absolute;
    top: -50px;
    left: 85%;
    z-index: 999;
    margin-left: 0;
    padding:15px;
    color: #222;
    border-radius: 2px;
    box-shadow: 0 3px 5px rgba(0,0,0,.7);
    background: #FFF;
    background: linear-gradient(top, #fff1d3, #ffdb90);
    opacity: 1;
    font-family: Delivery!important;
  }



  .tooltip::after {
    content: '';
    position: absolute;
    top: 60px;
    left: 0px;
    margin-left: -10px;
    border-right: 10px solid #FFF;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
  }

  .tooltip-down .tooltip {
    bottom: none;
    top: -50px;
    /* top: -10px; */
    left: 32%;
    z-index: 999;
    margin-left: -217px
  }

  .tooltip-down .tooltip::after {
    content: '';
    position: absolute;
    top: 55px;
    left: unset;
    right: 0px;
    margin-right: -20px;
    border-bottom: 10px solid #fff1d300;
    border-right: 10px solid transparent;
    border-left: 10px solid #FFF;
  }

  .tooltip-left .tooltip {
    position: absolute;
    top: -50px;
    left: 50%;
    z-index: 999;
    margin-left: -217px
  }

  .tooltip-left .tooltip::after {
    content: '';
    position: absolute;
    top: 55px;
    left: unset;
    right: 0px;
    margin-right: -20px;
    border-bottom: 10px solid #fff1d300;
    border-right: 10px solid transparent;
    border-left: 10px solid #FFF;
  }

  .tooltip-right .tooltip {
     display: none;
    width: 200px;
    cursor: pointer; 
 
    position: absolute;
    top: -50px;
    left: 85%;
    z-index: 999;
    margin-left: 0;
    padding:15px;
    color: #222;
    border-radius: 2px;
    box-shadow: 0 3px 5px rgba(0,0,0,.7);
    background: #FFF;
    background: linear-gradient(top, #fff1d3, #ffdb90);
    opacity: 1;
    font-family: Delivery!important;
  }

  .tooltip-right .tooltip::after {
    content: '';
    position: absolute;
    top: 55px;
    left: -10px;
    right: unset;
    margin-right: -20px;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #FFF;
    border-left: 10px solid transparent;
  }

  .tooltip h4 {
     margin: 0 0 10px;
     font-weight: 800;
     line-height: 1em;

  }

  .tooltip ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

    @media (max-width:349px){
    .tooltip-right .tooltip{
      width: 170px;
    }
    .tooltip-left .tooltip{
      width: 158px;
      left: 100%;

    }
  }