.stager {
	position: relative;
	overflow: hidden;
	display: block;
	width: 960px;
	height: 400px;
	border-radius: 8px;
}
.stager > li {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}
.stager > li > span {position:absolute}
.stager.loading {background:rgba(255, 255, 255, 0.8)}
.stager.loading::after {
	content: "Loading...";
	color: #000;
	display: block;
	text-align: center;
	position: relative;
	top: 50%;
	font-size: 18px;
	font-weight: bold;
}
.stager.loading > li {display:none !important}
