:root {
	--swiper-theme-color: #FFF!important;
	--swiper-navigation-size: 52px;
	--swiper-pagination-bullet-width: 20px;
	--swiper-pagination-bullet-height: 20px;
	--swiper-pagination-bullet-size: 20px;
	--swiper-pagination-bullet-horizontal-gap: 6px;
}



.swiper.slideshow .slideshow-container {position: relative;display: flex;max-width: var(--wp--custom--layout--content);padding-left: var(--wp--preset--spacing--medium);padding-right: var(--wp--preset--spacing--medium);padding-top: var(--wp--custom--layout--large-padding);padding-bottom: var(--wp--custom--layout--large-padding);margin:auto;height:100%;z-index: 5000;align-items: flex-end;}
.swiper.slideshow .slideshow-container .slideshow-caption {color: var(--wp--preset--color--white);padding: var(--wp--preset--spacing--medium);margin: auto;}
.swiper.slideshow .slideshow-container .slideshow-caption p {font-size:var(--wp--preset--font-size--medium);margin-bottom:0;}

.swiper.slideshow .swiper-slide{
	background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
	position:relative;
	
}

.swiper.slideshow .title{
	font-size:var(--wp--preset--font-size--gargantuan);
	text-align:center;
}


.swiper.slideshow .slideshow-caption{
	display:flex;
	flex-direction: column;
	align-items: center;
}

.swiper.slideshow .slideshow-caption a {
	text-align:center;
	background-color:var(--wp--preset--color--primary);
	text-decoration:none;
	padding:10px 20px;
}

.swiper.slideshow .swiper-pagination-bullet {background:#FFF;}

.slideshow .swiper-slide .image-wrapper,
.slideshow .swiper-slide .image-wrapper img{
	aspect-ratio: var(--slideshow-aspect-ratio, auto);
}

.slideshow .swiper-slide .image-wrapper img {border:2px solid black;}
.swiper-button-next, .swiper-button-prev {background:none;border:0;}
