.cocoen {
	box-sizing: border-box;
	cursor: pointer;
	line-height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.cocoen * {
	box-sizing: inherit
}
.cocoen ::after, .cocoen ::before {
	box-sizing: inherit
}
.cocoen img, .cocoen picture>img {
	max-width: none
}
.cocoen>img, .cocoen>picture>img {
	display: block;
	width: 100%
}
.cocoen>div:first-child, picture .cocoen>div {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 50%;
	border-right: 4px solid;
	border-image: linear-gradient( to top, #fff, rgba(0, 0, 0, 0) ) 0% 100%;
	 transition: none !important;
}
.cocoen-drag {
	background: transparent;
	bottom: 0;
	cursor: ew-resize;
	left: 50%;
	margin-left: -1px;
	position: absolute;
	bottom: 15%;
	width: 2px;
	height: 50%;
    transition: none !important;
}


.cocoen-drag::before {
	content: '';
	position: absolute;
	background: #63adc2 url('/wp-content/uploads/2019/08/arrow_slide.png') no-repeat center;	
	width: 59px;
	height: 59px;
	top: 50%;
	left: 50%;
	margin-left: -29px;
	margin-top: -18px;
	 transition: none !important;
}