/* height: calc(var(--vh, 1vh) * 100); */

/* ._c-parallax{
	position: relative;
}
._c-parallax > div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	clip: rect(0, auto, auto, 0);
}
._c-parallax > div > img{
	display: inline-block;
	width: 100%;
	height: 100%;
	
	position: fixed;	
	left: 0;
	top: 0;
	will-change: transform;
	object-fit: cover;
} */

._c-parallax{
	display: flex;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	justify-content: center;
}
._c-parallax > img{
	display: inline-block;
	min-width: 1920px;
	width: 100%;
	position: absolute;
	will-change: transform;
	object-fit: cover;
}