@import url(_lightbox.css);
.main-content {
    padding-top: 0;
}
.main-content .container {
    max-width: 1470px;
}
.content {
    max-width: 1260px;
    margin: 0 auto;
}
.about-title {
    color: #1F1F1F;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.year-txt {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    background: #ff0000; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff0000 0%, #b20000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff0000 0%,#b20000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ff0000 0%,#b20000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#b20000',GradientType=0 ); /* IE6-9 */
    margin: 20px 0 10px;
}
.album-list {
    margin: 0 -10px;
}
.album-list .item {
    width: 25%;
    padding: 0 10px;
}
.album-list .item a {
    max-width: 300px;
    margin: 0 auto 20px;
}
.album-list .item a.fancybox {
    display: none;
}
.album-list .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
}
.album-list a:hover .pic:before {
    content: "";
    display: block;
    background: url(../images/about/hover.png) 50% 50% no-repeat, url(../images/about/hover_pattern.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.album-list .name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(34,34,34,0.80);
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 3px 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.album-list .description {
    line-height: 1.6;
    color: #262626;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
}

@media screen and (max-width: 1000px) {
    .album-list .item {
        width: 33.33%;
    }
}
@media screen and (max-width: 767px) {
    .album-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .album-list .item {
        width: auto;
        float: none;
    }
}