
aside{
  position: fixed;
  max-height: 100vh;
  top:0;
  left: 0;
  width: var(--asideW);
  overflow: scroll;
}
aside h2{display: none;}
aside.iframes{
  right:0;
  left:unset;
}
#description{
  margin-top: 10px;
}
.bandcamp-container iframe{
  width:100%;
  height: 300px;
  border:none;
}
.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
figure, .container{
  border:2px solid transparent;
}

figure, aside iframe{margin:0 0 0px 0; position: relative;}
figure img{
  width:100%;
  display:block;
  cursor: cell;
}
figure.large{
  position:fixed;
  top:0;
  left:0;
  width:max(100%, auto);
}
figcaption{
  display: none;
  text-transform:uppercase;
  background: black;
  font-size:.5em;
  line-height: 1.2em;
  opacity: .5;
}
#dates{display:flex; flex-wrap: wrap;}

.mini{
  position: fixed;
  z-index: -1;
  pointer-events: none;
  width:clamp(50px, 10%, 150px);
  display: flex;
  flex-wrap: wrap;
}
.mini img{width:50%; display: block; border:2px outset var(--c1);}
.mini-no{left:var(--asideW);top:0;}
.mini-ne{right:var(--asideW);top:0; }
.mini-se{right:var(--asideW);bottom:0;}
.mini-so{left:var(--asideW);bottom:0;}
.mini-ne img:nth-child(3){margin-left: 50%;}
.mini-se img:nth-child(1){margin-left:50%;}
.mini-so img:nth-child(1){margin-right:50%;}
