Celebration of Life
Select a Collection
Please select a collection to begin
// Restore CSS to handle background image styling
.slideshow-background {
position: relative;
width: 100%;
flex-grow: 1;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
/* Add a semi-transparent overlay */
background-color: rgba(0, 0, 0, 0.5);
background-blend-mode: multiply;
}
.slideshow-container {
position: relative;
width: 80%;
max-width: 1600px;
aspect-ratio: 16 / 9;
background-color: rgba(0, 0, 0, 0.7);
padding: 20px;
border-radius: 10px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}