.filter {
    width: 100%;
}
@media only screen and (min-width: 990px) {
	.filter {
	    width: 25%;
	}	
}
