p.mobi-pic {
    display: block;
}
@media all and (min-width: 480px) {	
	p.mobi-pic {
	    display: none;
	}
  }