.blogCropped {
	width: 100%;
      height: 150px;
      margin: 0 0%; /*auto won't work here*/
      object-fit: cover;
}
.actuContent img {
	width: 100%;
      height: 250px;
      margin: 0 0%; /*auto won't work here*/
      object-fit: cover;
}
.blog-post p {
    opacity: 1;
}
#sidebar .property-image img {
    width: inherit;
}
