.gallery-item {
display:inline-table;
margin:10px;
}

.gallery-item .one {
text-align:center;
padding:10px;
vertical-align:top;
height:140px;
width:140px;
border-top:1px solid #B2B2B2;
border-left:1px solid #B2B2B2;
border-right:1px solid #B2B2B2;
background-color:#F2F2F2;
}


.gallery-item .two {
width:140px;
padding:10px;
border-left:1px solid #B2B2B2;
border-right:1px solid #B2B2B2;
border-bottom:1px solid #B2B2B2;
margin-bottom:10px;
height:58px;
}

.discreet {
width:140px;
overflow:hidden;
height:40px;
}