    body {
        font-family: sans-serif;
        font-size: 1rem;
        color: #333;
    }
    
    .container {
        max-width: 900px;
        margin: 0 auto;
    }
    
    .gallery {
        list-style: none;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }
    
    .gallery li {
        float: left;
        margin: 4px;
		height: 150px;
    }
	
	.gallery img { 
	height: 150px
	}
	
	.gallery-title{
	position: absolute;	
	top: 30%;
}

div.item {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 120px;
}

 /*  img {
    width: 100px; 
	height: 150px;
    background-color: grey;
} */

.caption {
    display: block;
}	