@charset "UTF-8";

@media only screen and (max-device-width: 1024px) {

.show-touch {
	display: block;
}

.hide-touch {
	display: none;
}
}
