.gallery {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, 386px);
}
.gallery>img {
	border: 1px solid purple;
}