.caption {
    background-color: gray;
    height: 300px;
    width: 300px;
    color: white;
    margin: 0 0 0 0;
}
#content {
    background-color: rgba(20,20,20,0.7);
}
#album {
    margin-left: 18px;
    padding-top: 10px;
}
#album img{
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    height: 188px;
    width: 188px;
}
.album-description {
        background-color: rgba(20,20,20,0.7);
        text-align: center;
        text-transform: uppercase;
        font-family: Century Gothic, sans-serif;
        font-size: .7em;
        outline: 1px solid rgba(50,50,50,0.4);
        color: white;
        padding: 10px 200px 10px 200px;
        margin: 10px auto 10px auto;
}
.album-description-text {
    width: 500px;
    margin: 0 auto 0px auto;
}
.album-description a {
    color: gray;
}
.album-description a:hover {
    color: white;
}
.back {
    position: absolute;
    left: 0;
    margin: -40px 0 0 15px;
    background-color: rgba(50,50,50,0.5);
    text-align: center;
    text-transform: uppercase;
    font-family: Century Gothic, sans-serif;
    font-size: 1em;
    border: 2px solid rgba(0,0,0,0.4);
    color: white;
    padding: 10px;
}
.back:hover {
    background-color: rgba(150,150,150,.2);
}
.picture {
    position: relative;
    overflow: hidden;
    background-color: white;
    margin-right: -4px;
    margin-top: -4px;
    display: inline-block;
}
.picture:hover .hidden{
    opacity: .3;
}
.picture .hidden {
    height: 100%;
    width: 100%;
    font-size: 1.2em;
    position: absolute;
    background-color: white;
    top: 0;
    left: 0;
    opacity: 0;
    text-align: right;
    text-transform: uppercase;
    transition: all 0.5s ease;
}
.holder {
    text-align: center;
}