/* BSD Widgets - Slideshow */

.bsdw-slideshow {
    position: relative;
}

.bsdw-slideshow__slide {
    position: relative;
}

.bsdw-slideshow__image {
    width: 100%;
    aspect-ratio: 16 / 7;
    object-fit: cover;
}

.bsdw-slideshow__caption {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    padding: 0.6em 1em;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.bsdw-slideshow__pagination {
    position: relative;
    margin-top: 0.5em;
    text-align: center;
}
