@media screen and (max-width: 720px) {
    .np-byline-bar tr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .np-byline-bar tr td {
        display: inline-flex;
        align-items: center;
        margin-bottom: 12px;
    }
}