.my-header {
/*  background: linear-gradient(90deg, #000, #222); */
  padding: 10px;
  font-weight: bold;
/*  color: white; */
/*  font-size: 1.5em; */
}

.files-grid .files-a-loaded .name, .files-rows .files-a-loaded .name, .columns-noinfo .files-a-loaded .name {
    white-space: normal;
    text-align: left;
    line-height: 1.2;
}

.pswp__item:before {
    content: '';
    background-image: url('/_files/watermark/TransitPhotography.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 10%;
    opacity: 0.5;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

:not([data-username]) .svg-folder-large ~ .files-context,
[data-current-path="/"] .list .files-context {
  display: none;
}

img {
    pointer-events: none;
  -webkit-touch-callout: none;
}

/*:not([data-username]) .svg-folder-large ~ .files-context {
/*  display: none;
/*}

