[data-pafe-crossfade-multiple-background-images] {
	position: relative;
}

[data-pafe-crossfade-multiple-background-images] div {
	z-index: 2;
}

.pafe-crossfade-multiple-background-images__item {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0 !important;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.pafe-crossfade-multiple-background-images__item.active {
	z-index: 1 !important;
}