@media screen and (min-width: 480px) {
.mobile_only {
	display:none;
}
}
