#album-div .pg-album-sell {
    width: 200px;
    height: 300px;
    background-color: #ddd;
    padding: 5px 5px;
    margin: 15px 20px;
    float: left;
    cursor: pointer;
}

    #album-div .pg-album-sell img {
        width: 100%;
        height: auto;
    }

#inside .select-text {
    font-size: 20px;
    display: inline-block;
    width: 80%;
}

    #inside .select-text select {
        padding: 7px;
    }

#inside .nav-wrap .nav {
    margin-left: 0px !important;
}

#inside #photo-gallery select {
    max-width: 100%;
}

#inside #photo-gallery .more {
    margin-top: 15px !important;
}

#photo-gallery .dl-album {
    text-align: right;
    font-size: 20px;
    display: inline-block;
    width: 18%;
}

@media screen and (max-width:770px) {
    #photo-gallery .dl-album,
    #inside .select-text {
        display: block;
        width: 100%;
    }

    #photo-gallery .dl-album {
        margin-top: 10px;
        text-align: left;
    }
}

#inside #content a[target="_blank"]:not(.icon)::after {
    display: none !important;
}

#photo-gallery .gallery-icon {
    right: 5px;
    left: auto;
    position: absolute;
    bottom: 5px;
    width: 40px;
    height: 50px;
}

#blist > div {
    height: 420px !important;
}

.album-title {
    color: #333;
    font-family: 'Roboto', sans-serif, Arial;
    display: block;
    font-size: 1.17em !important;
    line-height: 1.4;
    font-weight: bold !important;
    margin:0 !important;
}
