.at-heroSlider {
    position: relative;
    overflow: hidden;
}

.at-heroSlider::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    background: rgba(0, 0, 0, 0.2);
}

.at-heroSlider__imageWrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.at-heroSlider__imageItem {
    position: relative;
    height: 100%;
}

.at-heroSlider__image {
    height: 100%;
    background-color: #bebebe;
    background-repeat: no-repeat;
    background-size: cover;
}

.at-heroSlider__container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.at-heroSlider__content {
    width: 100%;
    color: #fff;
    background-color: grey;
}

.at-heroSlider__title {
    margin: 0;
    padding: 25px 25px 0 25px;
    color: #fff;
}

.at-heroSlider__description {
    overflow: auto;
    padding: 25px;
    margin: 0;
}

.at-heroSlider__buttonWrapper {
    padding: 0 0 25px 25px;
}

@media screen and (min-width: 640px) {
    .at-heroSlider__content {
        width: 60%;
    }

    .at-heroSlider__content--hasRoundedBorders {
        border-radius: 14px;
    }
}

@media screen and (min-width: 768px) {

    .at-heroSlider__controlButton {
        margin: -4rem 0 0 0;
        font-size: 4rem;
    }
}

@media screen and (min-width: 980px) {
    .at-heroSlider__content {
        width: 40%;
    }

}

@media screen and (min-width: 1024px) {

    .at-heroSlider__highlightedContainer {
        display: block;
    }
}

/**
 * Styling only for ie11
 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .at-heroSlider::after {
        content: none;
    }
}
