/**********************************************************
// Block >> Gallery >> 4 Column
**********************************************************/
.Block-Gallery-4-Col {
	text-align: center;
	line-height: 0;
	font-size: 0;
	}

.Block-Gallery-4-Col div {
	height: 15.3125rem;
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
	}

.Block-Gallery-4-Col div:nth-child(1),
.Block-Gallery-4-Col div:nth-child(3) { width: 30%; }

.Block-Gallery-4-Col div:nth-child(2),
.Block-Gallery-4-Col div:nth-child(4) { width: 20%; }

.Block-Gallery-4-Col div:after {
	padding-bottom: 150%;
	content: '';
	display: block;
	}

.Block-Gallery-4-Col div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	}

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 64rem),
all and (max-device-width: 64rem)
{
	.Block-Gallery-4-Col div:nth-child(1) { width: 50%; }
	.Block-Gallery-4-Col div:nth-child(2) { width: 50%; }

	.Block-Gallery-4-Col div:nth-child(3),
	.Block-Gallery-4-Col div:nth-child(4) { display: none; }
}
