.widget .sp-latest-lst-posts-widget.latest-posts .entry-title {
    font-size: 0.9em!important;
    line-height: 0.50em;
    margin: 0;
  // text-align: center;
  //width: 100px;
   padding-bottom: 5px!important;
}
.widget .sp-latest-lst-posts-widget.lst-latest-posts .entry-title a{
    text-decoration: none;
  //     -webkit-transition: 1s ease;
//  transition: 1s ease;
// text-align: center;
  font-size: 0.9em!important;
    line-height: 0.50em;
}

.entry-title h3{
    text-decoration: none;
  //     -webkit-transition: 1s ease;
//  transition: 1s ease;
// text-align: center;
  font-size: 0.9em!important;
    line-height: 0.50em;
}

.sp-latest-lst-posts-widget.lst-latest-posts .media, .sp-latest-lst-posts-widget.lst-latest-posts .lst-media .lst-media {
    margin-top: 0px;
  //  overflow: hidden;
  //  max-width: 150px;
  //  max-height: 150px!important;
     padding: 10px;
   //   line-height: 1.0em;
      box-shadow: 2 5px;
    //  width: 50%;
}


.sp-latest-lst-posts-widget.lst-latest-posts .entry-meta{
    color: #000;
}

.sp-latest-lst-posts-widget.lst-latest-posts .small {
    font-size: 0.90em;
}

.sp-latest-lst-posts-widget.lst-latest-posts .lst-media {
    padding: 10px;
    border: 0px solid #dfdfdf;
 //   margin-right: 0px;
 //   width:50%;
}

.sp-latest-lst-posts-widget.lst-latest-posts {
  //  float: left!important;
  //  width: 50%;

}

.lst-media img{
 // position: relative;
// width: 50%;
// overflow: hidden;
width: 140px;
margin: 5px;
}

.abstract {
  line-height: 0.50em!important;
  font-size: 0.8em;

}
.lst-media-body{
// position: relative;
// float: left;
 // top: 40%;
// left: 0;
 //background-color: #efefef;
 opacity: 0.85;
 padding: 7px;
 margin: 0px;

 width: 100%;
// display:none;
 //  -webkit-transition: 1s ease;
 // transition: 1s ease;
 }

.lst-media:hover .lst-media-body{
 // display: block;
//  -webkit-transition: 1s ease;
//  transition: 1s ease;
}

 .lst-media:hover img {
 // -webkit-transition: 1s ease-in;
 // transition: 1s ease-in ;
 // -webkit-transform: scale(1.2);
 // transform: scale(1.2);
 // display: block;
 }



