.post-image-container {
  width: 100%;
  height: 200px; /* You can adjust this value */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.post-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
