.ft-projects-slider--slider > .ft-projects-slider--slide:not(:first-child) {
	display: none;
}

.ft-projects-slider--slide {
	position: relative;
	overflow: hidden;
}

.ft-projects-slider--image {
	position: relative;
}

.ft-projects-slider--image:before {
	content: "";
	display: block;
	padding-bottom: 45%;
	min-height: 300px;
}

.ft-projects-slider--image img {
	position: absolute;
	top: 0;
	left: 0;
}

.ft-projects-slider--container {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 992px) {
	.ft-projects-slider--container {
		position: absolute;
		left: 0;
		bottom: -1px;
		right: 0;
		width: calc(100vw - var(--scrollbar-width));
	}
	
	.ft-projects-slider--container:before {
		content: "";
		position: absolute;
		top: 0;
		left: calc(50% - 30px);
		bottom: 0;
		width: calc(50vw + 30px);
		background: #fff;
	}
}