@media(min-width: 992px){
	.blog-posts .img-container {
		max-height: 358px!important;
	}
	.blog-posts .post-wrap {
		max-height: 358px!important;
		overflow: hidden;
	}
	.post-item .btn-container {
    	left: 50%!important;
	}
}