.baslideshow-wrapper{
    margin-bottom: 1em;
}
.baslideshow-image {
    width: 100%;
    height: auto;
    display: none;
}

/* Visible image */
.baslideshow-image-visible {
    display: block;
}

/* Caption styles */
.baslideshow-caption {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
    text-align: center;
}