.at-hf__figure {
    width: 100%;
    height: 20em;
    margin: 0 0 3rem;
}

.at-hf__image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.at-hf__image--cover {
    background-size: cover;
}

.at-hf__image--contain {
    background-size: contain;
}

@media (min-width: 576px) {
    .at-hf {
        flex: 0 50%;
        margin-bottom: 3rem;
    }

    .at-hf__figure {
        flex: 0 40%;
        margin-left: 10%;
    }

    .at-hf__image {
        position: absolute;
        left: 60%;
        width: calc(40%);
        height: inherit;
    }
}

@media (min-width: 992px) {
    .at-hf__figure {
        height: 28em;
    }
}
