﻿.caption {
	/*display: none;*/
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.66);
	width: 100%;
    height: 25%;

}
.caption h3, .caption p {
	color: #fff;
	margin: 20px;
}
.caption h3 {
	margin: 10px;
    font-size: 14px;
    font-weight: 600;
}
.caption p {
	font-size: .75em;
	line-height: 1.5em;
	margin: 0 20px 15px;
}
.caption a.learn-more {
	padding: 5px 10px;
	background: #08c;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	font-weight: bold;
	text-decoration: none;
    right: 5px;
    bottom: 5px;
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
}
.caption a.learn-more:hover {
	background: #fff;
	color: #08c;
}
.caption-wrapper {
    position:relative;
}