.article.article--template.at-heroSlider {
    margin-top: 0;
}

.at-heroSlider {
    position: relative;
}

.at-heroSlider__slideInner {
    min-height: 200px;
    height: 100%;
    background-size: cover;
}

.at-heroSlider__contentContainer {
    padding-bottom: 4rem;
}

.at-heroSlider__content {
    margin-top: -4rem;
    padding: 1.5rem;
    background: #fefefe;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}

.at-heroSlider__title {
    margin: 0 0 1rem;
}

.at-heroSlider__introduction {
    margin: 0;
}

.at-heroSlider__link {
    margin-top: 2rem;
}

/**
*  Slider controls
*/

.at-heroSlider__controlButton {
    display: none;
}

/**
 *  Slider bullet navigation
 */

.tns-nav {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10rem;
    text-align: center;
}

.tns-nav button {
    width: 26px;
    height: 35px;
    margin: 0 0.5rem;
    padding: 0;
    border: none;
    opacity: .25;
    background: url('slider_logo.png');
    background-size: cover;
}

.tns-nav button::after {
    display: none;
}

.tns-nav button.tns-nav-active {
    opacity: 1;
}

@media (min-width: 768px) {

    .at-heroSlider__slideInner {
        min-height: 390px;
    }

    .at-heroSlider__contentContainer {
        position: relative;
        display: block;
        padding: 4rem 0;
    }

    .at-heroSlider__content {
        position: absolute;
        bottom: 3rem;
        max-width: 474px;
        min-height: 20rem;
        max-height: 23rem;
    }

    /**
    *  Slider controls
     */

    .at-heroSlider__controlButton {
        position: absolute;
        top: 40%;
        z-index: 1;
        display: inline-block;
        height: 3rem;
        width: 3rem;
        margin-top: -1.5rem;
        padding: 0;
        border: none;
        cursor: pointer;
        font-size: 2rem;
        text-indent: -9999em;
    }

    .at-heroSlider__controlButton,
    .at-heroSlider__controlButton:hover,
    .at-heroSlider__controlButton:focus {
        background: none;
        border: none;
    }

    /*.at-heroSlider__controlButton::before {*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    display: inline-block;*/
    /*    content: '';*/
    /*    font-family: 'fjell', sans-serif;*/
    /*    font-weight: 400;*/
    /*    line-height: 3rem;*/
    /*    text-indent: 0;*/
    /*    opacity: .75;*/
    /*}*/

    /*.at-heroSlider__controlButton:hover::before {*/
    /*    opacity: 1;*/
    /*}*/

    /*.at-heroSlider__controlButton--prev {*/
    /*    left: 0;*/
    /*}*/

    /*.at-heroSlider__controlButton--prev::before {*/
    /*    content: '\27f5';*/
    /*}*/

    /*.at-heroSlider__controlButton--next {*/
    /*    right: 0;*/
    /*}*/

    /*.at-heroSlider__controlButton--next::before {*/
    /*    content: '\27f6';*/
    /*}*/
}
