

/* CSS from block stylesheet tags */
@media screen and (max-width: 767px) {
    .mobile-hidden {
      display: none !important;
    }
  }