/**
 * Center 5 items when gallery grid is set to 6 per row.
 * Uses !important to override Masonry.js inline positioning.
 */
@media screen and (min-width: 992px) {
	[id^="masonry-"].gg-5-of-6 .masonry-item.thumb:nth-child(2) {
		left: 8.33333% !important;
	}
	[id^="masonry-"].gg-5-of-6 .masonry-item.thumb:nth-child(3) {
		left: 25% !important;
	}
	[id^="masonry-"].gg-5-of-6 .masonry-item.thumb:nth-child(4) {
		left: 41.66667% !important;
	}
	[id^="masonry-"].gg-5-of-6 .masonry-item.thumb:nth-child(5) {
		left: 58.33333% !important;
	}
	[id^="masonry-"].gg-5-of-6 .masonry-item.thumb:nth-child(6) {
		left: 75% !important;
	}
}
