* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.masonry-grid-sizer,
.masonry-grid-item { width: 24.625%; float:left; }
.masonry-grid-item {margin-bottom:5px; }
.gutter-sizer { width: 0.5%; }
/* clear fix */
.masonry-grid:after {
  content: '';
  display: block;
  clear: both;
}

.masonry-grid-item img {
  display: block;
  width: 100%;
}

/****************** MASONRY END ************/

/**** Responsive ****/

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.masonry-grid-sizer,
.masonry-grid-item { width: 49.25%; float:left; }
.masonry-grid-item {margin-bottom:5px; }
.gutter-sizer { width: 1.5%; }
}

@media only screen and (min-width: 321px) and (max-width: 479px) {
.masonry-grid-sizer,
.masonry-grid-item { width: 49.25%; float:left; }
.masonry-grid-item {margin-bottom:5px; }
.gutter-sizer { width: 1.5%; }
}

@media only screen and (max-width: 320px) {
.masonry-grid-sizer,
.masonry-grid-item { width: 100%; float:none;}
.masonry-grid-item {margin-bottom:5px; }
.gutter-sizer { width: 0; }
}