#change-layout, #change-sort, #search-container {
  _display: none;
}
#change-theme {
  margin-left: auto;
}

.popup-image-meta, .popup-title, .popup-owner, .popup-exif {
  display: none;
}

.svg-folder {
	visibility: hidden;
}

.files-folder-preview {
	width: 75%;
	top: 25%;
}

/* 
.list .files-folder-preview, .files-grid .files-folder-preview, .files-rows .files-folder-preview {
    opacity: 1;
    max-width: none;
    max-height: none;
    left: 0;
    transform: none;
    width: 100%;
    bottom: 0;
    height: 100%;
    border: none;
    box-shadow: none;
    top: 0;
}
.list .files-data, .files-grid .files-data, .files-rows .files-data {
    z-index: 1;
    background: white;
}

.list .files-data .name, .files-grid .files-data .name, .files-rows .files-data .name {
    color: white; 
    font-style: bold;
    background: rgba(15, 30, 85, 0.4);
}
 */
