.slideshow-container-553c80e9 {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slides-wrapper-553c80e9 {
    width: 100%;
    height: 100%;
}

.slide-553c80e9 {
    opacity: 0;
    z-index: 1;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
}

.slide-553c80e9.is-active {
    opacity: 1;
    z-index: 2;
}

.slide-img-553c80e9 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.overlay-button-container-553c80e9 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slideshow-btn-553c80e9 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    pointer-events: auto;
    border: none;
    outline: none;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.slideshow-btn-553c80e9:hover {
    transform: scale(1.03);
}

/* Custom Height Mode styling */
.slideshow-height-custom .slides-wrapper-553c80e9 {
    position: absolute;
    top: 0;
    left: 0;
}
.slideshow-height-custom .slide-553c80e9 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 100% Parent Height Mode styling */
.slideshow-height-full_height,
.slideshow-height-full_height .slideshow-container-553c80e9 {
    height: 100%;
    min-height: 100%;
}
.slideshow-height-full_height .slides-wrapper-553c80e9 {
    position: absolute;
    top: 0;
    left: 0;
}
.slideshow-height-full_height .slide-553c80e9 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Auto (Natural Aspect-Ratio) Height Mode styling */
.slideshow-height-auto .slides-wrapper-553c80e9 {
    position: relative;
}
.slideshow-height-auto .slide-553c80e9 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slideshow-height-auto .slide-553c80e9.is-active {
    position: relative;
    opacity: 1;
}
