﻿.fullpic,
.hpgallery {
    width: 100%;
    text-align: center;
}
.fullpic {
    position: relative;
    display: block;
}
.fullpic img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
a.btg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    font-size: 16px;
}
.albumlistitem,
.hpgallery {
    position: relative;
    display: block;
}
.hpgallery {
    padding: 0 !important;
    max-width: 1170px;
    margin: 0 auto;
}
.albumlistitem {
    float: right;
    width: 31.5%;
    height: auto;
    max-height: 181px;
    min-height: 181px;
    overflow: hidden;
    margin: 0 0 20px;
}
.albumlistitem a.albumname {
    position: absolute;
    display: block;
    width: 100%;
    padding-right: 5%;
    height: 39px;
    box-sizing: border-box;
    padding-top: 7px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.albumlistitem a.albumpic {
    position: relative;
    display: block;
    float: right;
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: middle;
}
.albumlistitem a.albumpic img {
    height: 181px;
    display: inline-block;
    vertical-align: middle;
}
.mrg2p {
    margin-right: 2.6%;
    margin-left: 2.6%;
}
a.nomrg {
    margin-left: 0 !important;
}
@media screen and (max-width: 959px) {
    .albumlistitem {
        position: relative;
        display: block;
        float: none;
        width: 70%;
        height: auto;
        margin: 10px auto;
    }
    .albumlistitem a.albumname {
        position: absolute;
        display: block;
        width: 95%;
        padding-right: 5%;
        height: 20px;
        padding-top: 10px;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        top: auto;
        bottom: 0;
        left: 0;
        z-index: 10;
    }
    .mrg2p {
        margin-right: auto;
        margin-left: auto;
    }
    .albumlistitem a.albumpic img {width: 100%;}
}
@media screen and (max-width: 640px) {
    .albumlistitem a.albumname {
        position: absolute;
        display: block;
        width: 100%;
        padding-right: 5%;
        height: 27px;
        padding-top: 0;
        background: rgba(0, 0, 0, 0.8);
        box-sizing: border-box;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        top: auto;
        bottom: 0;
        left: 0;
        z-index: 10;
    }
    .mrg2p {
        margin-right: auto;
        margin-left: auto;
    }
}
