@media only screen and (max-width: 767px) {
	
	.onlyTablet,
	.onlyDesktop {
		display: none;
	}
	
	.onlyMobile {
		display: block;
	}
	
}