.box_desc {
 text-align: center;
}

.blog-image {
  object-fit: cover;
}


@media (min-width:991px) {
      .featured-image a {
         max-height: 230px;
      }

      .featured-image.first-image a {
         max-height: 522px;
      }
     
      .featured-image a img {
         min-height: 231px;
      }

      .post-item-listing {
         width: 100%;
         margin-bottom: 0px;
      }  
}  

.mk-blog-meta {
   background: rgba(255,255,255, 0.9);
}


@media (min-width: 991px) and (max-width: 1139px) {
   .post-item-lists .row-fluid .span12 {
      padding-bottom: 10px!important;
   }
}


@media (min-width: 768px) and (max-width: 991px) {
   .post-item-lists .row-fluid .span4,
   .post-item-lists .row-fluid .span8 {
      width: 100%; 
      margin-left: 0px !important;
   }
}

@media (min-width: 992px) {

   .post-item-lists .row-fluid .span8 {
      border-right: 1px solid #d9d9d9;
      padding-right: 30px !important;
   }

}



.mk-blog-meta-wrapper a {
 display: inline !important;
