
.olf-project-gallery {
	margin-top: 1.5rem;
}
.olf-project-gallery .wpb_image_grid_ul {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 0 !important;
}
.olf-project-gallery .isotope-item {
	position: static !important;
	width: auto !important;
	margin: 0 !important;
}
.olf-project-gallery img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 14px;
	display: block;
}
.olf-gallery-placeholder .olf-project-gallery .wpb_image_grid_ul {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 900px) {
	.olf-gallery-placeholder .olf-project-gallery .wpb_image_grid_ul,
	.olf-project-gallery .wpb_image_grid_ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 560px) {
	.olf-gallery-placeholder .olf-project-gallery .wpb_image_grid_ul,
	.olf-project-gallery .wpb_image_grid_ul {
		grid-template-columns: 1fr;
	}
}
