.blog-post-image {
    width: 100%;
    height: 225px;
    object-fit: cover;
    object-position: center;
}

.blog-post-image-detail {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
}
