.md-post-img {
    position: relative;
    overflow: hidden;
}
.card-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .5s ease-in-out;
    transform: translateX(100%);
}
.card-overlay a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.md-post-date {
    display: flex;
    align-items: center;
}
.md-post-img {
    height: auto !important;
}
.grid-item {
    height: auto;
    margin:5px;
}
.extra_width {
    width: 24.444444444%;
}
.grid-item img {
    width: 100%;
}
.grid-item .md-post-title{
    font-size:20px;
}
p.md-post-content {
    display: block;
    overflow: visible;
}
.md-post-date img {
    width: 20px;
}

.masonry-img {
    height: 150px !important;
    object-fit: cover;
    object-position: center;
}
.authorImage img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;

}
.authorContent p {
    font-size: 12px;
}
.authorTitle {
    margin: 0 !important;
    font-size: 14px !important;
}



@media (max-width:575px){
    .grid-item{
        width: 100%;
    }
    .masonry-img{
        height: 100% !important;
    }
    .masonry_row .col-sm-6.col-lg-3.col-md-4{
        padding: 0 !important;
    }
}