.atFeat__article {
    position: relative;
    margin-bottom: 20px;
}

.atFeat__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.atFeat__imageWrapper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.atFeat__image {
    background-size: cover;
    padding-top: 56%;
    width: 100%;
    transition: transform .3s ease-out;
}

.atFeat__article:hover .atFeat__image {
    transform: scale(1.05);
}

.atFeat__article:hover .atFeat__title {
    color: #666;
}

.atFeat__footer {
    position: relative;
    width: 100%;
}

.atFeat__footerText {
    padding: 1rem 2rem 0 0;
    background: #fff;
}

.atFeat__tag {
    display: inline-block;
    margin-bottom: 4px;
}

.atFeat__title {
    margin: 0;
}

.l-cl-md-8 .atFeat__title {
    font-size: 2em;
}

.atFeat__link {
    text-indent: -999em;
}

@media screen and (max-width: 767px) {
    .atFeat__tag {
        position: absolute;
        background: #fff;
        transform: translatey(-100%);
        margin-top: -.6em;
        padding: .1em .5em 0 0;
    }
}

@media screen and (min-width: 768px) {
    .atFeat {
        margin: 0 -16px 40px;
    }

    .atFeat__article {
        min-height: 25em;
    }

    .atFeat__imageWrapper {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .atFeat__image {
        width: 100%;
        height: 100%;
        padding-top: 0;
    }

    .l-cl-md-8 .atFeat__footer {
        right: 20px;
        left: 20px;
        flex: 0 11%;
        max-width: calc(100% - 40px);
    }

    .l-cl-md-8 .atFeat__footerText {
        padding-left: 2rem;
    }

    .l-cl-md-8 .atFeat__title {
        font-size: 2.875em;
    }
}

@media screen and (min-width: 1024px) {
    .l-cl-md-8 .atFeat__footer {
        max-width: calc(100% - 140px);
    }
}
