add this to your custom.css and change the values to a fixed width and height to suite your website
.ArticleS1 .ipsGrid_span4 .record-image {
position: relative;
display: table-cell;
width: 240px; /* --> Width */
height: 133px; /* --> Height */
}
.ArticleS1 .ipsGrid_span4 .record-image img {
position: absolute;
top: 50%;
left: 50%;
width: auto;
height: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.ArticleS1 .ipsGrid_span4 .record-image .badges,
.ArticleS1 .ipsGrid_span4 .record-image .reviews{
z-index: 1;
}
--
You didnt even know what styles you are using on first post! how am i supposed to know that you are using the styles now? lol they look way better than first version mate, are you sure you're using the styles i made and not the default ones by ips?