.tourTable {
	width: 100%;
}
.mobS {
		display: none;
}

@media only screen and (max-width: 768px) {
	.tourTable {
		width: 100%;
	}
	.mobS {
		display: table-cell;
	}
	.desk {
		display: none;
	}
}