.at-hero {
    position: relative;
    width: 100%;
    height: 70vh;
    min-height: 450px;
    background-size: cover;
}

.at-hero__contentWrapper {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    padding: 0;
    vertical-align: middle;
    z-index: 20;
}

.at-hero__content {
    display: table-cell;
    vertical-align: middle;
}

.at-hero__title,
.at-hero__text {
    max-width: 500px;
}

.at-hero__title {
    padding: 0;
    font-size: 1.9em;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
}

.at-hero__text {
    margin: 0.2em 0 3em;
    font-size: 1em;
    color: #fff;
    color: rgba(255, 255, 255, .9);
}

.at-hero__button {
    margin-bottom: 1em;
}

.at-hero__button:before {
    transform: rotate(-90deg);
}

.at-hero__link {
    display: inline-block;
    margin-left: 1em;
    color: #fff;
}

.at-hero__link:before {
    text-decoration: none;
}

@media (min-width: 568px) {
    .at-hero__title {
        font-size: 2.5em;
    }

    .at-hero__text {
        font-size: 1.2em;
    }
}

@media (min-width: 768px) {
    .at-hero__title {
        font-size: 3em;
    }
}

@media (min-width: 1024px) {
    .at-hero__content {
        padding: 0 20%;
    }

    .at-hero__title,
    .at-hero__text {
        max-width: none;
    }

    .at-hero__title {
        font-size: 3.7em;
    }
}