@media only screen and (max-width: 1200px) {
  .publication-block .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
