.waterfall{padding: 1em 0;}
.waterfall .list-group {
  margin-right: 14px; }
  .waterfall .list-group > li:first-child {
    padding: 0;
    background-color: white; }
    .waterfall .list-group > li:first-child img {
      width: 100%;
      border-top-right-radius: 0;
      border-top-left-radius: 0; }
  .waterfall .list-group > li {
    background-color: #f5f5f5; 
    color: #000;}

/*@media (min-width: 768px) {
  .waterfall .list-group {
    width: 285px; } }
@media (min-width: 992px) {
  .waterfall .list-group {
    width: 238px; } }*/
@media (max-width: 767px) {
.waterfall .list-group {
    width: 41%; }
}

@media (min-width: 768px) and (max-width: 991px) {
 .waterfall .list-group {
    width: 30%; }
}
@media (min-width: 992px) and (max-width: 1199px) {
 .waterfall .list-group {
    width: 18%;}
}
@media (min-width: 1200px) {
  .waterfall .list-group {
    width: 18%; } }


/*# sourceMappingURL=main.css.map */
