.view-news .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
}

.view-news .views-row {
    margin: 20px;
}

.view-news article.teaser {
    height: 100%;
    width: 480px;
    padding: 20px;
    background-color: #FAF7F2;
    box-shadow: 3px 3px 6px darkgray;
}

article.article img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border: 2px solid;
}

@media all and (min-width: 1201px) {
    #block-system-main > div.view-news {
        max-width: 1200px;
    }
}
