

.carousel {
	margin-top: -120px;
	height: 700px;
	perspective: 600px;
	transform: translateY(-100px);
	overflow: hidden;
}

.carousel .carousel-item {
	cursor: -webkit-grab;
	cursor: grab;
	width: 350px;
}

.carousel .carousel-item:active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.carousel .carousel-item img {
	width: 100%;
}

.carousel .carousel-item h3 {
	background-color: #44257d;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	margin: -5px 0 0;
	padding: 10px 5px;
	text-align: center;
	overflow: hidden;
}






