#luminii_project_gallery_filters{
	width: 100%;
	margin-left: -20px;
	margin-right: -20px;
}
#luminii_project_gallery_filters tr{
	width: 100%;
}
#luminii_project_gallery_filters tr td{
	width: 25%;
	padding: 20px;
}
#luminii_project_gallery_filters tr td input,
#luminii_project_gallery_filters tr td select{
	width: 100%;
}

#ii_gallery_grid{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.ii_gallery{
	position: relative;
	display: inline-block;
	background: #eee;
	width: 19.25%;
}
.ii_gallery .ii_title{
	position: absolute;
	width: 90%;
	bottom: 10px;
	left: 10px;
	opacity: 0;
	color: black;
	font-weight: 600;
	transition: .2s all linear;
}
.ii_gallery .ii_figure{
	width: 100%;
	height: 0;
	margin: 0 !important;
	padding-bottom: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: .2s all linear;
}
.ii_gallery:hover .ii_title{
	opacity: 1;
}
.ii_gallery:hover .ii_figure{
	opacity: .2;
}

.ii_gallery.titlefilter,
.ii_gallery.brandfilter,
.ii_gallery.marketfilter,
.ii_gallery.regionfilter{
	display: none;
}