
.lib-panel {
    margin-bottom: 0Px;
}
.lib-panel img {
    width: 100%;
    background-color: transparent;
}

.lib-panel .row,
.lib-panel .col-md-6 {
    padding: 0;
    background-color: #ffffff;
}


.lib-panel .lib-row {
    padding: 0 20px 0 20px;
}

.lib-panel .lib-row.lib-header {
    background-color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 0 20px;
}

.lib-panel .lib-row.lib-header .lib-header-seperator {
    height: 2px;
    width: 26px;
    background-color: #ffffff;
    margin: 7px 0 7px 0;
}



.lib-panel .lib-row.lib-desc {
    position: relative;
    height: 100%;
    display: block;
    font-size: 13px;
}
.lib-panel .lib-row.lib-desc a{
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 20px;
}

.row-margin-bottom {
    margin-bottom: 0px;
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}

.no-padding {
    padding: 0;
}








/* quick reset */
* {
    margin: 0;
    padding: 0;
    border: 0;
  }
  
  /* relevant styles */
  .img__wrap {
    position: relative;
    height: auto;
    width: auto;
  }
  
  .img__description {
   
      
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.6);
    color: rgb(0, 0, 0);
    visibility: hidden;
    opacity: 0;
  
    /* transition effect. not necessary */
    transition: opacity .2s, visibility .2s; 
  }

  
  .img__wrap:hover .img__description {
    visibility: visible;
    opacity: 1;
  }


  /* .overlay css */

  .box {
    position: relative;
    width: auto;
  }

  .image {
    display: block;
    width: 100%;
    height: auto;
  }

  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    opacity: 0.85;
  }
  
  .box:hover .overlay {
    height: 100%;
    
   
  }
  
  .text5 {
    color: rgb(0, 0, 0);
    font-size: 15px;
   position: absolute;
   margin: 30px 0px 0px 30px;
    /* top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);  */
   
  }

  /* .col-md-4{
     padding-right : 0px;
     padding-left : 0px;
  }
   */


   .imagetitle{
    position: absolute; 
    bottom: 0; 
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.5); /* Black see-through */
    color: #000000; 
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: rgb(0, 0, 0);
    font-size: 20px;
    padding: 20px;
    text-align: center;
    opacity: 1;
   }