@media screen and (max-width: 768px) {
  .hide-on-mobile {
      display: none;
  }

  .overflow-visible-on-mobile {
    overflow: visible;
    visibility: visible !important;
  }

  .pp-scrollable-mobile {
    overflow-y: scroll;
    height: 100%;
  }
}