.w-lightbox-left{ display: block;}
.w-lightbox-right{ display: block;}
.vs_container {
	cursor: ew-resize;
	position: relative;
	top: -25%;
}
.vs_elotte {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	background-size: cover;
	border-right: 5px solid #fff;
}

.vs_elotte::before {
	background: url(/keptar/ikonok/before-after-effect-arrows.png) no-repeat scroll 0 center transparent;
	background-size: auto;
	background-size: auto;
	background-size: auto;
	background-size: contain;
	content: " ";
	float: right;
	height: 100%;
	margin-right: 0;
	position: relative;
	top: 0;
	width: 40px;
	transform: translate(20px);
	z-index: 2000;
}
.vs_utana {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 45%;
	height: 88px;
	background-size: 200%;
	left: 45%;
	background-position: 100%,0;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
}
.w-lightbox-backdrop {
	z-index: -1;
}
/* .w-lightbox-frame, .w-lightbox-view:before {
	display: table-cell;
	vertical-align: middle;
	width: 2.5%;
}
.w-lightbox-frame {
	display: inline-grid;
} */ 
.w-lightbox-vs-thumbnail {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	background-size: 300%;
	left: 50%;
	background-position: 100%,0;
}

.w-lightbox-image {
	max-width: 95vw;
}
