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


.embed-avatar-container  {
  display:none !important;
  }
  
.embed-title-container  {
  display:none !important;
  }

.vjs-related-video-item {
  display:none !important;
  }
   

.register-wrap {
  display:none !important;
  }
  
.page-sidebar-bottom {
  display:none !important;
  }
  
  
.nav-item-about{
  display:none !important;
  }
  
.nav-item-terms {
  display:none !important;
  }
  
.nav-item-contact {
  display:none !important;
  }
  
.nav-item-language {
  display:none !important;
  }
  
  
.nav-item-liked {
  display:none !important;
  }
  
#id_password_helptext{
  display:none !important;
  }
    
    
