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

}
@media only screen and (max-width : 992px) {

}
@media only screen and (max-width : 768px) {
	.brand-logo{
		max-width: 160px;
	}
	.brand-heading{
		font-size: 1.7rem;
	}
	.brand-heading-sm{
		font-size: 1.3rem;
	}
	.brand-heading-xs{
		font-weight: 700;
		font-size: 1rem;
	}
	.no-cover-sm{
		min-height: auto;
	}
	.page-space-sm{
		margin-top: 80px;
		margin-bottom: 50px;
	}
}
@media only screen and (max-width : 480px) {
	.filter-this thead tr th{
		min-width: 100px;
	}
}
@media only screen and (max-width : 320px) {

}