article .hero-copy,
article .hero-copy a {
    color: #fff
}

.article-footer-navigation,
.article-related-content {
    display: none;
}

@media only screen and (max-width: 991px) {
    article .hero-copy,
    article .hero-copy a {
        color: #000
    }
}