/*scale down post titles for mobile*/
@media screen and (max-width: 1050px) {
    .article-wrap .article-title a {font-size: 6.0vw;}
}