article.sw-slideshow .swiper {
	width: 100%; 
	height: 100%; 
}

article.sw-slideshow  picture img {
	object-fit: cover;
	object-position: center;
	width: 100%; 
	height: 100%; 
}

article.sw-slideshow {
	width: 100%; 
	height: 100%; 
	display: block;
	padding: 0; 
	margin: 0;
}

article.sw-slideshow .swiper-button-next, 
article.sw-slideshow .swiper-button-prev {
	color: #eee; 
}

.swiper-pagination-bullet-active {
	background: #eee; 
}

.video-background {
	background: #000;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: -99;
}

.video-foreground,
.video-background iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
	.video-foreground { 
		height: 500%; 
		top: -200%; 
	}
}

@media (max-aspect-ratio: 16/9) {
	.video-foreground { 
		width: 500%; 
		left: -200%; 
	}
}

			