#cover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 500px;
  background-color: #21272a;
  background-position: top left;
  background-repeat: no-repeat;
}

#cover a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-decoration: none;
}

#cover a h2 {
  position: absolute;
  bottom: 80px;
  left: 60px;
  right: 60px;
  font-size: 80px;
  line-height: 80px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, .4);
  letter-spacing: 1px;
}

#cover .shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 400px;
  background: rgba(32, 38, 41, 0);
  background: -moz-linear-gradient(bottom, rgba(32, 38, 41, .35) 0%, rgba(32, 38, 41, 0) 100%);
  background: -webkit-linear-gradient(bottom, rgba(32, 38, 41, .35) 0%, rgba(32, 38, 41, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(32, 38, 41, .35) 0%, rgba(32, 38, 41, 0) 100%);
  background: -ms-linear-gradient(bottom, rgba(32, 38, 41, .35) 0%, rgba(32, 38, 41, 0) 100%);
  background: linear-gradient(to top, rgba(32, 38, 41, .35) 0%, rgba(32, 38, 41, 0) 100%);
}

#albums {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 500px;
  background-color: #21272a;
  overflow-y: auto;
}

#albums .album {
  min-height: 170px;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

#albums .album a {
  display: block;
  min-height: 80px;
  padding: 60px 0 30px;
  text-align: right;
  text-decoration: none;
  background: rgba(32, 38, 41, .0);
  background: -moz-linear-gradient(right, rgba(32, 38, 41, .35) 0%, rgba(32, 38, 41, 0) 100%);
  background: -webkit-linear-gradient(right, rgba(32, 38, 41, .35) 0%, rgba(32, 38, 41, 0) 100%);
  background: -o-linear-gradient(right, rgba(32, 38, 41, .35) 0%, rgba(32, 38, 41, 0) 100%);
  background: -ms-linear-gradient(right, rgba(32, 38, 41, .35) 0%, rgba(32, 38, 41, 0) 100%);
  background: linear-gradient(to left, rgba(32, 38, 41, .35) 0%, rgba(32, 38, 41, 0) 100%);
}

#albums .album a h3 {
  display: inline-block;
  width: 390px;
  padding-right: 30px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, .4);
  letter-spacing: 1px;
}

#details {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 260px;
  padding: 40px 30px;
  background: rgba(32, 38, 41, .5);
  overflow-y: auto;
}

#details h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#details #credits {
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

#details #credits p {
  margin-top: 20px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, .8);
  text-transform: uppercase;
  letter-spacing: 1px;
}

#details #credits p.first {
  margin-top: 0;
}

#details #credits span {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  line-height: 14px;
  font-family: "minion-pro", serif;
  font-weight: 400;
  color: #fff;
}

#details #credits span a {
  font-family: "minion-pro", serif;
  color: #fff;
}

#details .start {
  display: block;
  padding: 11px 0 9px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (min-width: 320px) and (max-width: 767px) {
  #cover {
    position: relative;
    width: 100%;
    height: 400px;
    background-size: 100% auto;
    background-position: top center;
    border: none;
  }

  #cover a h2 {
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
    font-size: 60px;
    line-height: 60px;
    text-align: right;
    -webkit-hyphens: auto;
  }

  #cover .shadow {
    height: 150px;
  }

  #albums {
    position: static;
    width: 100%;
  }

  #details {
    width: 100%;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #cover {
    position: relative;
    width: 100%;
    height: 500px;
    background-size: 100% auto;
    background-position: top center;
    border: none;
  }

  #albums {
    position: static;
    width: 100%;
  }

  #albums .album {
    float: left;
    width: 50%;
    min-height: 210px;
  }

  #albums .album a {
    min-height: 120px;
  }
}

@media (min-width: 1080px) and (max-width: 1280px) {
  #cover {
    position: relative;
    width: 100%;
    height: 500px;
    background-size: 100% auto;
    background-position: top center;
    border: none;
  }

  #albums {
    position: static;
    width: 100%;
  }

  #albums .album {
    float: left;
    width: 50%;
    min-height: 210px;
  }

  #albums .album a {
    min-height: 120px;
  }
}
