.container {
	position: relative;
	/* width: 900px;
	 height: 600px; */
}

.container .img {
	position: absolute;
	top: 0;
	left: 0;
	/* background-size: 900px 100%; */
	background-size: inherit;
	/* background-position: center; */
}

.container .background-img {
	background-image: url('/images/swipe-porto-potenza-picena.jpg');
	background-size: 100vw !important;
}

.container .foreground-img {
	background-image: url('/images/swipe-potenza-picena.jpg');
	width: 50%;
	overflow: hidden;
	z-index: 2;
	background-size: 100vw !important;
}

.container .slider {
	position: absolute;
	-webkit-appearance: none;
	appearance: none;
	/* background: rgba(0, 0, 0, .2); */
	background: unset;
	outline: none;
	margin: 0;
	transition: all 0.2s;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	cursor: pointer;
	z-index: 4;
}

.container .slider:hover {
	/* background: rgba(0, 0, 0, .1); */
}

.container .slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 6px;
	height: 2000px;
	background: transparent;
	cursor: pointer;
}

.container .slider::-moz-range-thumb {
	width: 6px;
	height: 600px;
	background: transparent;
	cursor: pointer;
}

.container .slider-button {
	pointer-events: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	z-index: 2;
}
