
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;
  }

  /* Your brand color for buttons and links (JE)*/
        --default-theme-color: #00AA4E;
        --default-brand-color: #0090D4;

        /* Increase or decrease the size for your logo (JE)*/
        --default-logo-height: 1.5em;

}

/**
 * Removes the "Powered by mediacms.io" at the bottom of the sidebar. (JE)
 */
.page-sidebar .page-sidebar-bottom {
    display: none;
}

/**
 * Hide the floating "Share" button in embedded videos (JE)
 */
button.share-video-btn {
        display: none !important;
}

/**
 * Hide the author name on the home page (JE)
 */
.item-author {
  display: none !important;
}

/**
 * Hide the author name on the video page (JE)
 */
.author-banner-name{
  display: none !important;
}

/**
 * Hide the author thumbnail on the video page (JE)
 */
.author-banner-thumb{
  display: none !important;
}
