html {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  width: 100%;
  height: 100%;
  font-size: 1em;
  font-family: Arial, sans-serif;
  background-color: #000;
  color: #fff;
}

h1 {
  padding: 1em;
  font-size: 1em;
  font-weight: normal;
}

#fugitive-frequencies {
  background: #000;
  width: 100%;
  height: 100%;
}
#fugitive-frequencies video {
  width: 100%;
  height: 100%;
}

#open-circuit {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  background: #666;
  width: 100%;
  height: 100%;
}
#open-circuit audio {
  margin: auto;
  width: 100%;
  padding: 5%;
}

#speakers-and-cymbal {
  width: 100%;
  height: 100%;
}

#speakers-and-cymbal .speakers, #speakers-and-cymbal .cymbal {
  display: block;
  height: 50%;
  max-width: 100%;
  margin: auto;
}

#clicking {
  width: 100%;
  height: 100%;
  margin: auto;
}

#clicking video {
  display: block;
  width: 100%;
  height: 101%;
  background: #000;
}

#clicking img {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  z-index: 2;
}

#craigslist {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #666;
}

#craigslist iframe {
  height: 100%;
  width: 100%;
  overflow: auto;
  border: none;
}

#diptychs {
  font-size: 0;
  background: #000;
}

#diptychs hr {
  border: none;
}

#diptychs img {
  vertical-align: middle;
  width: 50%;
}

#eyes {
  display: block;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  background: #fff;
  font-size: 0;
}

#eyes img {
  width: 30%;
  vertical-align: middle;
}

#eyes .labels img {
  display: block;
  width: 100%;
}

#eyes .labels {
  vertical-align: middle;
  display: inline-block;
  width: 40%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#overview img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1024px;
  margin: auto;
}

#overview img.magazine {
  border: 8px solid #666;
  box-sizing: border-box;
}

#overview img.headache {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  filter: blur(10px);
  margin: 60px auto;
}
