#viewer .slide .image {
  background-size: contain;
}

#thumbnails {
  display: inline-block;
}

#thumbnails > article {
  float: left;
}

.image {
  background-position: center center!important;
}

.album_title {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.58);
  border-radius: 0px 0px 10px 0px;
}

.album_title h3 {
  margin: 10px;
  color: #f0f0f0;
}