#video-landing-main-content .video-container .video-overlay-caption {
	position: absolute;
	left: 22px;
	right: 22px;
	bottom: 20px;
	font-family: "Ostrich Sans Pro Regular","Arial Narrow",Sans-Serif;
	font-size: 37pt;
	line-height: 32pt;
	text-transform: uppercase;
	padding-right: 30px;
	max-height: 90px;
	z-index: 20;
}
#video-landing-main-content .video-container:hover .video-overlay-caption, #video-landing-main-content .video-container:hover .overlay-gradient-background {
	opacity: 1;
	-webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    -transition-delay: 0s;
}
#video-landing-main-content .video-container .video-overlay-caption-type, #video-landing-main-content .video-container .video-overlay-caption-type h1 {
	font-size: 37pt;
	color: #57dd46;
}
#video-landing-main-content .video-container .video-overlay-caption-title {
	color: #fff;
}
#video-landing-main-content .overlay-gradient-background {
	position: absolute;
	width: 528px;
	height: 214px;
	background-image:url('/resources/videos/landing-carousel-gradient.png');
	background-repeat:repeat-x;
	background-position: bottom;
/*	bottom: 45;
	left: 0;
	z-index: 10;*/
	margin:auto;
}
#video-landing-main-content .overlay-gradient-background.IE8{
	background:none;
}

