body {
	width: 100%;
	height: 100%;
	background: url('../images/home-bg.jpg') fixed center no-repeat;
	background-size: cover;
	}
header {
	background: #ffffff;
	width: 100%;
	height: 60px;
}
.position-absolute {
	width: 100%;
	bottom: 10px;
}
.figure {
	background: #ffffff;
	padding: 0 20px 20px;
}
.figure-caption {
	color: #595959;
	font-size: 16px;
	text-transform: capitalize;
}
