.ekit-section-parallax-layer {
	position: absolute;
	pointer-events: none;
}

.ekit-section-parallax-layer .elementskit-parallax-graphic {
	width: 100%;
	height: auto;
	overflow: visible;
}

.item_animation {
	position: absolute;
	overflow: hidden;
	animation: ekit-fade 5s infinite linear;
}

.elementskit-invisible {
	visibility: hidden;
}

.ekit-section-parallax-type-tilt {
	pointer-events: auto !important;
	z-index: 99999;
}