.galeria-box .more {
  text-align: center;
}

.galeria-box .gallery-items {
column-count: 4;
padding-top: 20px;
column-gap: 1%;
}
.galeria-box .gallery-items .item {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 10px;
}

.galeria-box .gallery-items .item img {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

@media screen and (max-width: 420px){
	.galeria-box .gallery-items{
		column-count:2;
	}
}