Cropped and centered image featured image
.featured-blog-img {
@include column(1 / 1);
float: left;
clear: both;
text-align: inherit;
margin-left: 0%;
margin-right: 3%;
width: 100%;
height: 200px;
overflow: hidden;
position: relative;
img {
@include transform(translate(-50%, -50%));
left: 50%;
top: 50%;
right: 0;
width: 100%;
position: absolute;
overflow: hidden;
}
}