#carousel-home-video {
	max-width: 430px;
	margin-bottom: 10px;
}

#carousel-home-video > .carousel-wrapper {
	position: relative;
	padding-top: 56.65%;
	padding-bottom: 120px;
}

#carousel-home-video > .carousel-wrapper > .carousel-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#carousel-home-video > .carousel-wrapper > .carousel-inner > .item > .carousel-caption {
	left: 0;
	right: auto;
	bottom: auto;
	top: auto;
	padding: 20px 0 0;
	text-align: left;
	color: #333;
	text-shadow: none;
	width: 100%; /* ff bug fix*/
}

#carousel-home-video > .carousel-wrapper > .carousel-inner > .item > .carousel-caption a.txttohtmllink {
	color: inherit;
}

#carousel-home-video > .carousel-wrapper > .carousel-inner > .item > .carousel-caption h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

#carousel-home-video > .carousel-wrapper > .carousel-inner > .item > .carousel-caption div.description {
	font-size: 12px;
}

#carousel-home-video > .carousel-indicators {
	padding-bottom: 73px;
	bottom: 10px;
}

#carousel-home-video > .carousel-indicators > li {
	width: 8px;
	height: 8px;
	background-color: rgba(51, 51, 51, 0.5);
	border: 1px solid #333;
}

#carousel-home-video > .carousel-indicators > li.active {
	width: 10px;
	height: 10px;
	background-color: rgba(51, 51, 51, 0.9);
}

#carousel-home-video > .carousel-control {
	bottom: 120px;
}

#carousel-home-video .video-duration {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 6px;
	padding: 2px 4px;
	opacity: .8;
	color: #fff;
	background-color: #111;
	font-weight: 500;
	border-radius: 2px;
	font-size: .9em;
}

#carousel-home-video .img-responsive {
	width: 100%;
}