.dc-grain-on .grain-overlay {
	position: relative;
	isolation: isolate;
	overflow: hidden;
}

.dc-grain-on .grain-overlay::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
	border-radius: inherit;
	background-repeat: repeat;
	background-position: 0 0;
	background-size: 256px 256px;
	mix-blend-mode: exclusion;
	opacity: 0.22;
}

.dc-grain-on .grain-overlay--fill {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.dc-grain-on .grain-overlay > img,
.dc-grain-on .grain-overlay > video {
	position: relative;
	z-index: 1;
	display: block;
	max-width: 100%;
}

.dc-grain-on .grain-overlay--fill > img,
.dc-grain-on .grain-overlay--fill > video {
	max-width: none;
	width: 100%;
	height: 100%;
}

.case-gallery__cell {
	height: 100%;
}

.case-gallery__cell .grain-overlay {
	display: block !important;
	width: 100%;
	height: 100%;
	max-width: none;
}

.case-gallery__cell img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}
