@media (max-width: 999px) {
	table tr{
		display: block;
	}
	table td{
		display: block;
		width: 100%!important;
		padding: 20px 0;
	}
}