@media (min-width:768px) and (max-width:992px) {
	.tablet-hidden {
		display:none;
	}
}