/** .atSlideshowSmallArticle is placed with JS, so that AT can also be placed in other container than .slideshow-small-container */
.atSlideshowSmallArticle .article_content,
.slideshow-small-container .article_content {
    padding: 0;
}

.at-slideshow-small {
    position: relative;
}

.at-slideshow-small label,
.at-slideshow-small input {
    display: none;
}

.atss-slideshow-inner > ul {
    margin: 0;
    list-style: none;
}

.atss-slideshow-inner > ul > li + li {
    margin-top: 1em;
}

@media screen and (min-width: 600px) {
    .at-slideshow-small {
        padding-bottom: 56px;
    }

    .atss-at-slideshow-small {
        position: relative;
        display: block;
        overflow: hidden;
    }

    .atss-slideshow-inner {
        position: relative;
        overflow: hidden;
    }

    .atss-slideshow-inner > ul {
        position: relative;
        left: 0;
        height: 100%;
        overflow: hidden;
        transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    }

    .atss-slideshow-inner > ul > li {
        position: relative;
        margin-top: 0;
        float: left;
    }

    .atss-slideshow-inner > ul > li + li {
        margin-top: 0;
    }

    .atss-at-slideshow-small input[type=radio] {
        position: absolute;
        left: 50%;
        bottom: 15px;
        z-index: 100;
        visibility: hidden;
    }

    /**
     * styling labels Tabs
     */

    label.atss-tab {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 4px 5px;
        height: 56px;
        border-color: #dcddde;
        border-top-width: 1px;
        border-top-style: solid;
        box-sizing: border-box;
        z-index: 100;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        overflow: hidden;
        background: #f3f3f4;
    }

    label.atss-tab ~ label.atss-tab {
        border-left-width: 1px;
        border-left-style: solid;
    }

    .at-slideshow-small input[type=radio]:checked+label {
        color: #fff;
        background: #ae1421;
        border-color: #ae1421;
    }
}
