* {
	padding: 0;
	margin: 0
}

.css-script-ads {
	position: absolute;
	top: 250px;
	width: 100%;
	text-align: center;
	z-index: 999
}

body {
	background-color: #000
}

.crossfade>figure {
	animation: imageAnimation 30s linear infinite 0s;
	backface-visibility: hidden;
	background-size: cover;
	background-position: center center;
	color: transparent;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0
}

.crossfade>figure:nth-child(1) {
	background-image: url(http://permataclinic.com/images/about.jpg)
}

.crossfade>figure:nth-child(2) {
	animation-delay: 6s;
	background-image: url(http://permataclinic.com/images/slide2.jpg)
}

.crossfade>figure:nth-child(3) {
	animation-delay: 12s;
	background-image: url(https://tanzildentalcare.com/wp-content/uploads/2017/06/slide-11.jpg)
}

.crossfade>figure:nth-child(4) {
	animation-delay: 18s;
	background-image: url(http://permataclinic.com/images/slide1.jpg)
}

.crossfade>figure:nth-child(5) {
	animation-delay: 24s;
	background-image: url(https://sa1s3optim.patientpop.com/assets/images/provider/photos/2006458.jpg)
}

@keyframes imageAnimation {
	0% {
		animation-timing-function: ease-in;
		opacity: 0
	}
	8% {
		animation-timing-function: ease-out;
		opacity: 1
	}
	17% {
		opacity: 1
	}
	25% {
		opacity: 0
	}
	100% {
		opacity: 0
	}
}