@media screen and (min-width: 1000px) {
    ul.views-fluid-grid-items-width-500 li.views-fluid-grid-item {
    width: 49.7%!important;
    }
}
.view-news li.views-fluid-grid-item {
    padding: 10px;
    overflow: hidden;
    list-style-type: none;
    background-image: none;
    vertical-align: top;
    color: #444;
    background-color: #f0f0f0!important;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    min-height: 550px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px !important;
}


.view-news img {
    border-radius: 3px;
}

