@media only screen and (min-width: 2096px){
.articlePreview{
    float:left !important;
    margin-right: 0.501% !important;
    margin-left: 0.501%;
    width: calc(16.67% - 1.05%)!important;
}
}
@media only screen and (max-width: 1930px) and (min-width: 768px) and (orientation: landscape){

.articlePreview{
    float: left !important;
    margin-right: 0.5% !important;
    margin-left: 0.5%;
    width: calc(25% - 1%)!important;
}
}