.attend-gallery-grid {
	position: relative;
}

.attend-gallery-item {
	display: block;
	position: absolute;
	box-sizing: border-box;
	width: calc(33.3333% - 20px);
	margin: 0 10px 20px;
	z-index: 1;
}

.attend-gallery-item-content {
	position: relative;
	width: 100%;
	height: 100%;
}

.attend-gallery-link {
	display: block;
	background: #f4f1ea;
	overflow: hidden;
}

.attend-gallery-media {
	display: block;
	width: 100%;
	background: #f4f1ea;
}

.attend-gallery-link img {
	display: block;
	width: 100%;
	height: auto;
}

.attend-gallery-show-more-wrap {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.attend-gallery-status {
	min-height: 1.5rem;
	margin-bottom: 12px;
}

@media (max-width: 1024px) {
	.attend-gallery-item {
		width: calc(50% - 20px);
	}
}

@media (max-width: 680px) {
	.attend-gallery-item {
		width: calc(50% - 12px);
		margin: 0 6px 12px;
	}
}
