.album-container .album, .album-container .ui-state-highlight,
.album-container .add-album {
  display: inline-block;
  /*width: 15%;*/ }
.album-container .album, .album-container .ui-state-highlight {
  float: none;
  margin: 5px -10px; }
  .album-container .album .album-inner, .album-container .ui-state-highlight .album-inner {
    position: relative;
    margin: 0 5px;
    overflow: hidden; }
  .album-container .album img, .album-container .ui-state-highlight img {
    min-height: 150px;
    min-width: 220px;
    width: 100%; }
  .album-container .album h2, .album-container .ui-state-highlight h2 {
    position: absolute;
    bottom: -30px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
    background: #000000;
    opacity: 0.8;
    color: #FFFFFF;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .album-container .album .album-inner:hover h2, .album-container .ui-state-highlight .album-inner:hover h2 {
    bottom: 0;
    transition: bottom 0.4s; }
.album-container .add-album {
  float: left;
  text-align: center;
  font-size: 110px; }
  @media only screen and (max-width: 480px) {
    .album-container .add-album {
      width: 100%; } }
.album-container .ui-state-highlight {
  margin: 5px 0;
  border: 1px dashed #2FA4E7; }

html.touchevents .album-container .album h2, html.touchevents .album-container .ui-state-highlight h2 {
  bottom: 0; }
