
.single-page-title-wrapper {
	display:none;
}
/* for desktop devices or wide screens, do not show the link */
@media only screen and (min-width: 980px)
{
  .mobileSpecific
  {
   display:none;
  }
}