
#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{
  margin:0;
  margin-top:var(--p);
  img{
    width:100%;
    display:block;
  }
}
figcaption{
  text-transform:uppercase;
  font-size:.5em;
  line-height: 1.2em;
  opacity: .5;
}
#dates{
  margin-top: calc(var(--p) * 3);
  border-top: 1px solid black;
}
.container{
  display:flex;
  gap: calc(var(--p) * 3);
  justify-content: space-between;
  .col{
    width:50%;
  }
}
