/*Blog*/
.card.muse_threeblock_card img {
    width: 100%;
    height: auto;
}
.post-featured-image img, .archive-thumbnail img {
    width: 100%;
    object-fit: cover;
    height: auto;
}
/*Blog*/
.padding-15{
	padding:15px;
}
.mt--16{
	margin-top:-16px;
}