  [data-screen]{
      display: none;
  }

  [data-screen="active"]{
      display: inherit;
  }

  .hidden {
      display: none;
  }