.fig-1 {
	position: relative;
	height: 360px;
}

.fig-1 figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
}

.fig-1 img {
	height: 360px;
}

.fig-2 {
	position: relative;
}

.fig-2 figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
}

.fig-2 {
	height: 180px;
}

.fig-2 img {
	height: 100%;
}

.fig-3, .fig-4, .fig-5, .fig-6 {
	position: relative;
}

.fig-3 figcaption, .fig-4 figcaption, .fig-5 figcaption{
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
}

.fig-3, .fig-4,.fig-5 {
	height: 160px;
}

.fig-3 img, .fig-4 img,.fig-5 img {
	height: 100%;
	width: 100%;
}

 .fig-6 figcaption {
 	position: absolute; 	 	
 }

.dummy-img {	
	position: absolute;
	top: 0;
	background-color: #007bff !important;
	display: block;
	width: 100%;
	height: 100%;
}

a.view-more {	
	text-decoration: none;	
}