.wmc-scroll-parallax {
	position: relative;
	height: 1900px;
	overflow: hidden;
}

.wmc-scroll-parallax__inner {
	width: 90%;
	max-width: 1680px;
	margin: 0 auto;
}

.wmc-scroll-parallax__sticky {
	position: sticky;
	top: 0;
	height: 980px;
	width: 100%;
	max-width: 1680px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wmc-scroll-parallax__title {
	position: absolute;
	width: 100%;
	text-align: center;
	transition: all 0.3s ease;
	z-index: 3;
	top: 20px;
	color: #000;
	pointer-events: none;
	font-size: 60px;
	transform: translateY(0);
}

.wmc-scroll-parallax__subtitle {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50px;
	transition: all 0.3s ease;
	z-index: 3;
	color: #000;
	pointer-events: none;
	font-size: 20px;
	margin-top: 50px;
}

.wmc-scroll-parallax__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	z-index: 2;
	pointer-events: none;
}

.wmc-scroll-parallax__image {
	width: 1080px;
	object-fit: cover;
	transition: transform 0.3s ease;
	position: relative;
	top: 10px;
	margin-top: 20px;
	z-index: 1;
}

@media (max-width: 1100px) {
	.wmc-scroll-parallax {
		height: auto;
		padding: 70px 0;
	}

	.wmc-scroll-parallax__image {
		width: 100%;
		top: 10px;
	}

	.wmc-scroll-parallax__sticky {
		display: block;
		height: auto;
	}

	.wmc-scroll-parallax__title {
		top: 280px;
		font-size: 40px;
	}

	.wmc-scroll-parallax__subtitle {
		top: 305px;
		font-size: 18px;
	}
}

@media (max-width: 880px) {
	.wmc-scroll-parallax__title {
		top: 140px;
		font-size: 30px;
	}

	.wmc-scroll-parallax__subtitle {
		font-size: 16px;
		top: 160px;
	}
}

@media (max-width: 768px) {
	.wmc-scroll-parallax {
		height: auto;
		padding: 30px 0;
		overflow: visible;
	}

	.wmc-scroll-parallax__sticky {
		height: auto;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.wmc-scroll-parallax__title {
		position: absolute;
		top: 30%;
		left: 50%;
		transform: translate(-50%, -50%) !important;
		font-size: 24px;
		color: #000 !important;
	}

	.wmc-scroll-parallax__subtitle {
		position: absolute;
		top: 45%;
		left: 50%;
		transform: translate(-50%, -50%) !important;
		font-size: 12px;
		color: #000 !important;
	}

	.wmc-scroll-parallax__overlay {
		display: none !important;
	}

	.wmc-scroll-parallax__image {
		width: 100%;
		transform: none !important;
		border-radius: 10px;
	}
}

@media (max-width: 700px) {
	.wmc-scroll-parallax__title {
		font-size: 28px;
	}

	.wmc-scroll-parallax__subtitle {
		font-size: 16px;
	}
}

@media (max-width: 630px) {
	.wmc-scroll-parallax__title {
		font-size: 26px;
	}

	.wmc-scroll-parallax__subtitle {
		font-size: 14px;
	}
}

@media (max-width: 500px) {
	.wmc-scroll-parallax__title {
		font-size: 22px;
	}

	.wmc-scroll-parallax__subtitle {
		font-size: 12px;
	}
}
