/* template categories archive */
#main .thumb-block {width: 25%!important;}

@media screen and (max-width: 992px) {
    #main .thumb-block {width: 33.33%!important;}
    }

@media screen and (max-width: 768px) {

    }

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {

    }

@media (max-width: 420px) {
    #main .thumb-block {width: 50%!important;}
	}