/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    overflow-x: scroll; /* Enable horizontal scrolling */
    position: relative;
}

.slideshow-inner {
    display: flex;
    gap: 20px; /* Add space between the images */
}

/* Slide images */
.slide-image {
    padding-top: 10px;
    padding-left: 10px;
    min-width: 75%; /* Each image takes up the full width */
    height: auto;
}
