/*--------------------------------- scrolling parallex =------------------*/

.parallex-container {
	width: 100% !important;
}

.parallax-container {
	position: relative;
	height: auto;
	margin-bottom: 30px;
}

.parallax-items {
	position: sticky;
	top: 0;
	min-height: auto;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	transition: transform 0.5s linear;
	max-width: 100%;
	will-change: transform;
}
/* .parallax-group {
	height: 100vh;
} */