
/* To hide the page share icons in mobile view that is being referenced from the BHF Eduaction Detail template in AEM */

.pageSharing {
      display: none;
}
