@media only screen and (max-width: 480px) {
.stanford-news-list-view .views-row {
    width: calc(100% - 30px);
}
}