.object-fit-cover-thumbnail {
object-fit: cover;
height: 160px;
width: 100%;
}
@media screen and (max-width: 798px) {
.object-fit-cover-thumbnail {
height: auto;
}    
}
#posts-container .object-fit-cover-thumbnail {
margin-bottom: 1rem;
}
#posts-container h2 {
margin-bottom: 1rem;
}
.default-thumbnail{
background-color:  #98886f;
height: 160px;
}
#map {
height: 500px;
margin-bottom: 2rem;
}