body { 

    height: 100vh;
    overflow: auto;
    background: #baaba4;
    background: linear-gradient(32deg, rgba(186, 171, 164, 1) 0%, rgba(241, 237, 230, 1) 50%);

} 

figure.item {
    vertical-align: top;
    display: inline-block;
    width: 175px; 
    font-size: 12px;
    margin-bottom: 50px;
    margin:10px;
}

figure img {
    width: 175px;
    height: auto;
}

figure.caption {
    display: block;
}

@media only screen and (max-width: 768px) {

    figure.item {
        width: 130px; 
        height: auto;
    }

    figure img {
        width: 130px;
        height: auto;
    }


}