#private{
	.gallery{display: grid;background: #fff;grid-template-columns: repeat(auto-fill, 8em);gap: 1em;justify-content: center;
	li {margin-bottom: 0;padding: 0;border-radius: 0;aspect-ratio: 1;
		a {display: block;width: 100%;height: 100%;}
		img {width: 100%;height: 100%;object-fit: cover;}
		}
	}
}
