.ltgtm-tent-gallery {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 10px;
}

.ltgtm-tent-gallery img {
	border-radius: 8px;
	height: 90px;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 600px) {
	.ltgtm-tent-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
