.grid {height: auto;}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}


  
.grid-item-content {
  margin-bottom: 15%;
  background: #f8f8f8;
  border: 0px solid hsla(0, 0%, 0%, 0.7);
}

