.AlbumTile {
    position: relative;
    margin-bottom: 26px;
    width: 100%;
    height: 0;
    padding: 80% 0 0;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3), 0px 1px 0px 1px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3), 0px 1px 0px 1px rgba(255,255,255,0.5);
    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3), 0px 1px 0px 1px rgba(255,255,255,0.5);
}

.AlbumTile__albumInner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.AlbumTile__cover {
    position: absolute;
    top: 0;
    bottom: 35px;
    width: 100%;
    height: auto;
}

.AlbumTile__albumTitle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 7.5px;
    background: #fcfcfc;
    color: #7e3ec2;
    z-index: 5;
}
