@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

.grids-wrapper {
	width: 98%;
	margin: 0 auto;
}

.grids-col {
	margin: 8px auto;
	width: 45%;
}

.grids-col.by3 {
	width: 45%;
}
.grids-col.by4 {
	width: 45%;
}
.grids-col.wfull {
	width: 50%;
}
ul.nochange.stories-index li, ul.nochange.grids-inside li, ul.nochange.grids-inside li.small, ul.nochange.grids-inside li.large {
	width: 45%;
    margin: 10px auto;
}

.grids-col.by5 {
	width: 50%;
	margin: 0;
}
.grids-col.by5:last-child {
	display: none;
}

.grids-col.static250 {
	width: 50%;
	margin:0px;
}
	.feeds-item {
	}
		.feeds-item .inside {
		}
.grids-col.static250:last-child {
	display: none;
}

}