.flexible-db-banner .slides {
	position: relative;
}

.flexible-db-banner .slides:before {
	content: '\00a0';
	padding-top: 16.5%;
	padding-bottom: 16.5%;
	display: inline-block;
	font-size: 0;
	width: 0;
	height: 0;
}

.flexible-db-banner .slides .slide {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.flexible-db-banner .slides .slide:first-of-type {
	width: 100%;
	z-index: 2;
}

.flexible-db-banner .slides.transitions-on .slide {
	transition:  1s;
	width: 100%;
}


.flexible-db-banner .slides .slide.visible {
	opacity: 1;
	z-index: 4;
}

.flexible-db-banner .slides .slide.invisible {
	opacity: 0;
}

.flexible-db-banner .slides .slide-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}