body {
  /* THIS is not a good way to handle this, and a proper refactoring needs to be performed
    This allows bigger images of media on listings for large screens
    It would be great to adapt to other sizes, but this requires a good refaftoring
     */

  @media screen and (min-width: 2200px) {
      --default-item-width: 342px !important;
      --default-max-item-width: 342px !important;
      --default-item-margin-right-width: 17px !important;
      --default-item-margin-bottom-width: 27px !important;
  }
}

.page-sidebar .nav-menu a[href="/tos"],
.page-sidebar .nav-menu a[href="/contact"],
.page-sidebar .nav-menu a[href="/setlanguage"] {
    display: none !important;
}

/* Hide the “Powered by mediacms.io” block */
.page-sidebar .page-sidebar-bottom {
    display: none !important;
}

a[href="/featured"],
a[href="/featured/"],
a[href="/recommended"],
a[href="/recommended/"],
a[href="/latest"],
a[href="/latest/"],
a[href="/tags"],
a[href="/tags/"],
a[href="/members"],
a[href="/members/"] {
    display: none !important;
}
