.slideshow-carousel {
    width: 100%;
    margin: 0 auto 2em auto;
	display: none;
	position: relative;
    overflow-x: clip;
}

.slideshow-carousel.swiper-initialized {
    display: block;
}

.slideshow-carousel .swiper-slide {
	height: unset;
}

.slideshow-item {
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.slideshow-item:hover {
    
}

.slideshow-item a {
    text-decoration: none !important;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.slideshow-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	aspect-ratio: 1;
	background: rgba(255,255,255,0.5);
	aspect-ratio: 4/3;
    max-height: 53vh;
}

.slideshow-carousel-editor {
    background: #f0f0f0;
    padding: 20px;
    text-align: center;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--wp--custom--perron--brand--accent,#6e190f);
	background: #f0f0f0;
	pointer-events: all !important;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    color: #0066cc;
	background: #f0f0f0;
	pointer-events: all !important;
}

.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	top: unset !important;
	bottom: unset !important;
}

.swiper-pagination-bullet-active {
    background: var(--wp--custom--perron--brand--accent,#6e190f);
}
