
  .col_story figure { width: 100%; margin: 0; padding: 0; }
  .col_story figure img { width: 100%; }

  .col_biog figure { width: 100%; margin: 0; padding: 0; }
  .col_biog figure img { width: 100%; }



  .col_discog section ul {
  margin: 1.5em auto 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
  .col_discog section ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
}
  .col_discog section ul li figure {
  margin: 0;
  padding: 0;
}
  .col_discog section ul li figure img {
  width: 100%;
}
  .col_discog section ul li figure figcaption {
  display: none;
}
  .col_discog section ul.backstory li {
  display: none;
}
  .col_discog section ul.backstory li:first-child {
  display: block;
}

  .col_discog section ul li {
    width: 48.5%;
    margin-bottom: 14px;
  }
  .col_discog section ul.backstory li {
    width: 100%;
  }



@media (min-width: 800px) {
  .col_story {float: right}
  .col_story figure img { min-width: 400px; }
  
   .col_storyarticle figure img { width: 100%; margin: 0; padding: 0; }

  .col_discog section ul {
  }
  .col_discog section ul li {
    width: 32%;
    margin-bottom: 12px;
    float: left;
  }
   .col_discog section ul.backstory {
    float: right;
    width: 50%;
    margin-top: -3em;
    margin-left: 2em;
  }
  .col_discog  section ul.backstory li {
    width: 100%;
  }
   .col_discog section ul.backstory li:nth-child(2) {
    display: block;
  }
  }
 


@media (min-width: 1000px) {
  .right article .col_date { position: absolute; left: -6em; }
  .right article .col_date h3 { padding-right: 0; }
  .right article .col_story h4 { margin-top: 1.4em; }

  .col_story figure img { min-width: 300px; }

  .col_storyarticle figure img { width: 480px; }

  .col_discog section ul li {
    margin-bottom: 16px;
  }

}

