.grid-item-content {
    height: 600px;
    background: #333333;
  }

  .grid-item-content--height2 { height: 800px; }

.project-slide-container {
  height:  400px;
  width: 400px;
}
.small-text {
  font-size: 12px;
}
.force-gray-scale {

  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */

}

.parah-2 {
  column-count: 2;
  column-gap: 100px;
}

@media (max-width: 576px) {
  .parah-2 {
    column-count: 1;
    column-gap: inherit;
  }
}