

.section-wrap .section-3  .ugc {
    width: 375px;
    height:430px;
    overflow: auto;
    position: absolute;
    top: 37px;
    left: 100px;
}

.section-wrap .section-3 .ugc a {
    background: url('../images/ajax-loader.gif') no-repeat center;
    position: relative;
    width: 97px;
    height: 205px;
    float: left;
    margin-left: 28px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #574231;
    cursor: pointer;
    overflow: hidden;
}

.section-wrap .section-3 .ugc a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.section-wrap .section-3 .ugc .photo_info {
    background-color: #000000aa;
    width: 100%;
    height: 48px;
    position: absolute;
    bottom: 0;
    color: #fff;
}

.section-wrap .section-3 .ugc .photo_info p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
}

.section-wrap .section-3 .ugc .photo_info .photo_author {
    margin-left: 8px;
}


/* galpop */

#galpop-container {
    padding: 4px;
}

#galpop-close {
    width: 51px;
    height: 51px;
    right: 0;
    top: 0;
    background-size: 100%;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    background-image: url(../images/close_btn_1.png);
    background-repeat: no-repeat;
}



#galpop-next:hover {
    background-image: none;
    cursor: url('../images/btn-next.png'), auto;
}

#galpop-prev:hover {
    background-image: none;
    cursor: url('../images/btn-prev.png'), auto;
}

#galpop-info {
    background-color: #00000000;
    color: #fff;
    left: -5px;
    bottom: -35px;
    padding: 0;
}

#galpop-info p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}