
.gallery-6col-wrapper {
  width: 100%;
}
@media (max-width: 1024px) {
  .gallery-6col-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .gallery-6col-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery-item img {
	margin-bottom:0px!important;
}

