@media only screen and (max-width: 600px) {
	.articles .col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}