.ce-image-reveal-2 {
	box-sizing: border-box;
}

.ce-image-reveal-2 *,
.ce-image-reveal-2 *::before,
.ce-image-reveal-2 *::after {
	box-sizing: border-box;
}

.ce-image-reveal-2 .ce-ir2-cardbox {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
}

.ce-image-reveal-2 .ce-ir2-cardbox > a {
	display: block;
	width: 100%;
	height: 100%;
}

.ce-image-reveal-2 .ce-ir2-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ce-image-reveal-2 .ce-ir2-reveal {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.ce-image-reveal-2 .ce-ir2-slice {
	flex: 1 1 0%;
	height: 100%;
	background-color: #fff;
}
