
#dispwrap ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
}

#dispwrap ul li {
	display: block;
	float: left;
	margin-bottom: 0px;
}

.itembox {
	position: relative;
    width: 33.33%;
}

.picture img {
	margin: 0px 0px -5px 0px;
	padding: 0;
	width: 100%;
	border: 1px solid #44364f;
}
	
.backtext {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	background: #44364f;
	color: #d694bc;
	height: 100%;
	border: 1px solid #d694bc;
}

.backtext h4 {
	text-align: center;
	color: #d694bc;
}

.backtext p {
	text-align: center;
}
@media screen and (max-width:600px) {
	.itembox {
    width: 100%;
	}
	.backtext {
	width: 100%
	}
}



