.compare-slider-images{
	width: 100%;
	height: auto;
	padding: 0;
	position: relative;
}

.compare-slider-images .right.image{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;

}

.compare-slider-images .left.image{
	position: relative;
	z-index: 2;
	border-right: 3px solid white;
	margin-right: -5px;
}

.compare-slider-images .left.image .wrap-image{
    overflow: hidden;
}

.compare-slider-images .instruction{
	position: absolute;
	top:50%;
	z-index:1000;
	width: 95%;
}

.compare-slider-images .instruction p{
	background: white;
	display: inline;
	padding: 1%;
	font-size: 1em;
	text-transform: uppercase;
}
