.post .post-image-1 img{
	object-fit: cover;
    height: 210px;
    object-position: top;
}
@media screen and (max-width: 556px){
	.post .post-image-1 img{
	    height: 310px;
	}
}