#trending .five-posts ul {
    list-style-type: none;
    margin-bottom: 1em;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}


#trending .five-posts li {
    width: 20%;
    display: inline-block;
    padding-right: 1em;
    padding-left: 1em;
    float: left;
    border-right: 1px dotted #cccccc;margin-left:0em;

}


#trending .five-posts li:first-child {
    padding-left: 0em;
}
#trending .five-posts li:last-child {
    padding-right: 0em;
    border-right: none;
}


#trending li {
    list-style:none;
    text-decoration: none;
    font-family: 'Lato','Open Sans', sans-serif;
    font-weight: 400;
    font-size: 0.625em;
    line-height: 1.25em;

}
#trending li img.wpp-thumbnail{
    width:100%;
    height:auto;
    padding-bottom: .875em;
}

#trending li .wpp-post-title {
    text-decoration: none;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.375em; 
    padding-bottom: .625em;
    display: block;
}
body.mobile #trending .five-posts ul {
    display:block;
}

body.mobile #trending .five-posts li:first-child {
    padding-top: .75em;
}
body.mobile #trending .five-posts li {
    border-bottom: 1px dotted #cccccc;
    border-right: none;
     width:100%!important;
    padding-right: 0em;
    padding-bottom: 1em;
    float: none;
    padding-left: 0em;
    margin-bottom: 1em;
}
body.mobile  #trending li .wpp-thumbnail {margin-bottom:0px;}

body.mobile  #trending .five-posts li:last-child{border-bottom:none;}