/* Bello slider - vanilla replacement for the Nivo Slider used in the original. */

#container_slideshow .wrapper960,
#slideshow,
#showcase,
#showcase_padding {
    margin-left: auto !important;
    margin-right: auto !important;
}

.bello-slider {
    position: relative !important;
    width: 996px;
    max-width: 100%;
    height: 170px;
    margin: 0 auto !important;
    overflow: hidden;
}

.bello-slider .bello-slide {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0 !important;
    transition: opacity 1s ease-in-out;
}

.bello-slider .bello-slide.is-active {
    opacity: 1 !important;
}

.bello-slider .bello-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
