/* Gallery Grid [Sub Category, Gallery] */

.gallery-grid {}

.sub-zone .gallery-grid {
	padding: 0;
}

.gallery-grid ul {
	margin: -0.889rem;
}

.gallery-grid li {
	padding: 0.889rem;
}

.gallery-grid li a {
	display: block;
}

.gallery-grid li picture {
	position: relative;
	height: 0;
	padding-bottom: 100%;
}

.gallery-grid li img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.gallery-grid .btn {
	margin-top: 1.5em;
}

/* Gallery Grid [Sub Category, Gallery] */

/* Gallery Grid [Sub Category] */

aside .gallery-grid {
	margin-top: calc(var(--vertical-spacing) * 0.5);
}

/* Gallery Grid [Sub Category] */

/* Responsive [1440px] */

@media screen and (max-width: 1440px) {
}

/* End Responsive [1440px] */

/* Responsive [1200px] */

@media screen and (max-width: 1200px) {
}

/* End Responsive [1200px] */

/* Responsive [1000px] */

@media screen and (max-width: 1000px) {
}

/* End Responsive [1000px] */

/* Responsive [800px] */

@media screen and (max-width: 800px) {
	.gallery-grid ul {
		margin: -0.5rem;
	}
	
	.gallery-grid li {
		padding: 0.5rem;
	}
}

/* End Responsive [800px] */

/* Responsive [650px] */

@media screen and (max-width: 650px) {
	.gallery-grid li.fourth {
		width: 33.333%;
	}
}

/* End Responsive [650px] */

/* Responsive [550px] */

@media screen and (max-width: 550px) {
	.gallery-grid li.fourth {
		width: 50%;
	}
	
	.gallery-grid br {
		display: none;
	}
}

/* End Responsive [550px] */