.mt-archive-posts-wrapper > article{
display: flex !important;
flex-direction: column;
} .mt-archive-posts-wrapper > article .entry-thumbnail{
height: 220px; overflow: hidden;
}
mt-archive-posts-wrapper {
display: flex;
flex-wrap: wrap;
}
.mt-archive-posts-wrapper > article {
height: auto;
}
.mt-archive-posts-wrapper > article .entry-thumbnail .post-thumb {
height: 100%;
}
.mt-archive-posts-wrapper > article .entry-thumbnail .post-thumb a {
height: 100%;
}
.mt-archive-posts-wrapper > article .entry-thumbnail img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center; display: block;
} .mt-archive-posts-wrapper > article .entry-content{
flex: 1 1 auto;
} .mt-archive-posts-wrapper > article .entry-readmore{
margin-top: auto;
padding-top: 15px;
}