.byline {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin: 0.5rem 0;
    padding: 0.5rem 0;
}

.author {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.author p.name {
    margin: 0;
    font-weight: 700;
}

.author p.published {
    margin: 0;
}

.author p.updated {
    margin: 0;
}



.news .byline {
    border-top: none;
    border-bottom: none;
    margin: 0;
    padding: 0;
}

.news .author p.name {
    margin: 0;
    font-weight: 700;
    color: #ffffff;
}

.news .author p.published {
    margin: 0;
    color: #ffffff;
}

.news .author p.updated {
    display: none;
}

/* **************************************************************************
Large - 1024px to 9999px
*************************************************************************** */

@media only screen and (min-width: 1024px) and (max-width: 9999px) {

    .author .author-image img {
        max-width: 125px !important;
        border-radius: 100% !important;
        border: 5px solid #e2e2e2 !important;
        margin-right: 3rem !important;
        width: 125px !important;
    }

    .news .author .author-image img {
        max-width: 50px !important;
        border-radius: 100% !important;
        border: 3px solid #e2e2e2 !important;
        margin-right: 1rem !important;
        width: 50px !important;
    }

}

/* **************************************************************************
Medium - 640px to 1023px
*************************************************************************** */

@media only screen and (min-width: 640px) and (max-width: 1023px) {

    .author .author-image img {
        max-width: 125px !important;
        border-radius: 100% !important;
        border: 3px solid #e2e2e2 !important;
        margin-right: 3rem !important;
        width: 125px !important;
    }

    .news .author .author-image img {
        max-width: 50px !important;
        border-radius: 100% !important;
        border: 3px solid #e2e2e2 !important;
        margin-right: 1rem !important;
        width: 50px !important;
    }

}

/* **************************************************************************
Small - 0px to 639px
*************************************************************************** */

@media only screen and (min-width: 0px) and (max-width: 639px) {

    .author {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: center;
        align-items: flex-start;
    }

    .author .author-image img {
        max-width: 100px !important;
        border-radius: 100% !important;
        border: 5px solid #e2e2e2 !important;
        margin-right: 3rem !important;
        width: 100px !important;
    }

    .news .author .author-image img {
        max-width: 50px !important;
        border-radius: 100% !important;
        border: 3px solid #e2e2e2 !important;
        margin-right: 1rem !important;
        width: 50px !important;
        margin-bottom: 1rem !important;
    }

}
