@media screen and (min-width: 1000px) {
    ul.views-fluid-grid-items-width-500 li.views-fluid-grid-item {
    width: 47%!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: #333333!important;
    border-radius: 3px;
    min-height:125px;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px !important;
}

.view-news img { 
    float:left;
    margin-right:10px;
}
}


.view-news img {
    border-radius: 3px;
}

