/* ================================== */
/* Slider                             */
/* ================================== */

#component-slider {
    /*
     * The minimal height prevents the slider to be shown with zero height on initial page loads.
     * See ticket SMPPLAT-278.
     */
    min-height: 10px;
}

#component-slider a,
#component-slider img {
    display: block;
    width: 100%;
    height: auto;
}
