@media only screen and (max-width: 640px) {
	#importvector {
		display: none
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	#importvector {
		display: none
	}
}