#slider li p {
	position: absolute;
	display: inline-block;
	width: 50%;
	opacity: 1;
	transition: all .5s;
	color: white;
	font-size: x-large;
}
#slider .active-slide p {
	opacity: 1;
}
#slider li .txt01 {
	right: 8em;
	top: 5.5em
}
#slider .active-slide .txt01 {
	bottom: 3em;
}
#slider li .txt02 {
	top: 16em;
	left: 5em;
}
#slider .active-slide .txt02 {
	top: 18em;
}
#slider li .txt03 {
	top: 3em;
	right: 0;
}
#slider .active-slide .txt03 {
	right: 3em;
}

#particles-js {
width: 100%;
height: 100%;
position: absolute;
top: 100px;
left: 0;
right: 0;
bottom: 0;
display: block;
z-index: 0;
}