
.gallerya {
	margin-top:20px;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-width: 33%;
	-moz-column-width: 33%;
	column-width: 33%; 
}


.gallerya .img-container {
	vertical-align:top;
	max-width:100%;
	margin-bottom:10px;

}

.gallerya img {
	/*max-height:33%;*/
	vertical-align:top;
	max-width:100%;
	display:block; /* Este no estaba */
	/*padding-bottom:10px;
	overflow:hidden;*/

}

.gallerya .pics {
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease; 
}
	

.gallerya .animation {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1); 
}

@media (max-width: 450px) {
	.gallerya {
		margin-top:20px;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-width: 100%;
		-moz-column-width: 100%;
		column-width: 100%;
	}
}
