@media screen and (max-width: 768px) {
  .post__image {
    width: 100% !important;
    max-height: 200px;
  }
}
