#photo-party-slideshow {
    position: relative;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 10px;
}

.photo-slide img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.photo-slide h2 {
    margin: 10px 0 5px 0;
}

.photo-slide p {
    margin: 0 0 10px 0;
}

/* Lightbox and arrows styles (if enabled) can be added here */
