.gallerybox {
    margin-bottom: 30px;
    position: relative;
}

.gallerybox img {
    max-width: 100%;
}

.gallerydeets {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    padding: 10px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

.albumdata {
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    transition: bottom 150ms ease-out;
}

.albumdata:hover {
    bottom: 30px;
}

.gallerydeets p,
.gallerydeets a {
    color: #fff;
    margin-bottom: 0;
    text-shadow: 0 1px 1px #000;
    font-weight: 100;
    letter-spacing: 0.3px;
}

.gallerydeets .gallerysummary {
    font-size: 14px;
}

.gallerydeets .gallerytitle {
    font-size: 19px;
}

.relatedcontent .gallerydeets .gallerytitle {
    font-size: 16px;
}