#compare {
	position: relative;
	height: 100vh;
	width: 70vw;
}

.slider-handle {
	position: absolute;

	height: 44px;
	width: 44px;

	/* center the element */
	left: 50%;
	top: 50%;

	margin-left: -22px;
	margin-top: -22px;

	border-radius: 50%;

	background: #dc717d
		url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="%23FFF" d="M13 21l-5-5 5-5m6 0l5 5-5 5"/></svg>')
		no-repeat center center;
	cursor: move;

	box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6),
		inset 0 1px 0 rgba(255, 255, 255, 0.3);
	z-index: 2;
}

.slider-handle.draggable {
	background-color: #445b7c;
}

.slider-handle {
	background-color: #0d331a;
}

.slider-handle:before {
	content: "";
	height: 100vh;
	border: 2px solid #0d331a;
	position: fixed;
	top: 0;
	margin-left: 20px;
}

.compare .modal__desc {
	right: 0;
	height: 100vh;
	position: fixed;
	z-index: 1000;
	pointer-events: none;
	top: 0;
}

.compare .modal__desc .modal__inner {
	top: 50%;
	position: relative;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: table;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.compare .image-content {
	bottom: 10px;
	padding: 2em;
	background: #fff;
	overflow: visible;
	color: #111;
	max-width: 400px;
	line-height: 1.8;
}
