body{
    background-color: #000;
}

div#section-gallery {
    padding:0 10%;
}

#grid-container {
  line-height: 0;
  -webkit-column-count: 3;
  -webkit-column-gap: 15px;
  -moz-column-count: 3;
  -moz-column-gap: 15px;
  column-count: 3;
  column-gap: 15px;
	/*margin-top: 25%;*/
}

#grid-container img {
  width: 95% !important;
  height: auto !important;
}

.gallery-thumb{
    vertical-align: bottom;
    margin: 4% 0px;
}

@media screen and(min-width: 768px){
    #grid-container {
        column-count: 2;
    }
}