  .then-now-slider-container {margin:20px 0;}
.then-now-slider-container .tn-caption {
	text-align: center;
	padding: 10px;
	font-style: italic;

}
.tn-slider-after {user-select: none; }
.then-now-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 0;
	padding-bottom: 100%; /* Adjust this value according to your image aspect ratio */
}
.tn-slider-before,
.tn-slider-after {
	position: absolute;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: contain;
}
.tn-slider-after {overflow: hidden;}
.tn-slider-handle {
	position: absolute;
	top: 0;
	left: 50%;
	width: 4px;
	height: 100%;
	background-color: #fff;
	cursor: ew-resize;
}
.tn-slider-handle::before,
.tn-slider-handle::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	cursor: ew-resize;
	transition: all 0.2s ease-out; 
}
.tn-slider-handle::before {
	left: -24px;
	border-right: 16px solid #fff;
}
.tn-slider-handle::after {
	right: -24px;
	border-left: 16px solid #fff;
}
[data-ouc-test=''] { display: none; }