.popup-gallery {
/*	margin: 0 -5px 0 -5px;*/
	overflow: auto;
	display: grid;
}


.popup-gallery.items-per-row-one {
	grid-template-columns: repeat(1, 1fr);
}
.popup-gallery.items-per-row-two {
	grid-template-columns: repeat(2, 1fr);
}
.popup-gallery.items-per-row-three {
	grid-template-columns: repeat(3, 1fr);
}
.popup-gallery.items-per-row-four {
	grid-template-columns: repeat(4, 1fr);
}
.popup-gallery.items-per-row-five {
	grid-template-columns: repeat(5, 1fr);
}
.popup-gallery.items-per-row-six {
	grid-template-columns: repeat(6, 1fr);
}


/*.GalleryThumb {
	display: block;
	float: left;
	width: 25%;
}*/

.GalleryThumb img {
	width: 100%;
	height: auto;
	-webkit-transition: all 300ms ease-out 100ms;
	-moz-transition: all 300ms ease-out 100ms;
	-o-transition: all 300ms ease-out 100ms;
	transition: all 300ms ease-out 100ms;

}

.mfp-zoom-out-cur .projectInMind {
	z-index: 9;
}