
.subPage.gallery article.content{
    width: 100%;
}


.thumbs .thumbDiv{
    width: 267px;
    height: 430px;
    margin: 0 20px 0 0;
    display: inline-block;
}

.thumbs .title{
    float: left;
    margin-top: 10px;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    color: #424242;
    padding-left: 0;    
    letter-spacing: normal;
    text-align: center;
}

.thumbs .description{
    color: #91502a;
    font-size: 16px;
    line-height: 24px;	
}



.thumbs a span{
    float: left;
    width: 100%;
    height: 350px;
    background: url("../images/nagyito.png") no-repeat center center transparent;
    background-size: cover;
}

.thumbs .thumbDiv.last{
    margin-right: 0px;
}


.thumbs a.thumb{
    float: left;
    margin: 5px 0;
    position: relative;
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: top center;
}

