#my-gallery-container {
	overflow:hidden;
}
.item {
	width: 100%;
	min-height: 100px;
	padding: 5px;
	margin: 2px 0px;
	border-radius: 4px;
	padding-bottom:15px;
}

.padding{
	padding: 10px 5px;
}
.item img { width:100%; height:100%; }
.item span:nth-child(2) { display:inline-block; width:85%; position: relative; margin-left:15px; top:5px; bottom: 15px; right: 15px; font-size:14px; letter-spacing:-0.56px; color:#030303; padding:2px 0px; }
.item span:nth-child(3){ display:inline-block; width:85%; font-size:12px; letter-spacing:-0.48px; color:#787878; line-height:19px; padding:3px 0px; }
.item span:nth-child(4){ display:inline-block; width:100%; font-size:12px; letter-spacing:-0.48px; color:#787878; line-height:12px; clear:both; }