/* Targeting the slideshow section in the Prestige theme */
.slideshow {
position: sticky;
top: 0; /* Adjust this value if you want the slideshow to stick a bit further down */
z-index: 1000; /* Ensures the slideshow stays on top of other content */
background-color: white; /* Optional: maintain a solid background color while sticky */
}