.fotorama-heading--background-wrapper {
	background-color: rgba(0,0,0,0.2);
	width:100%;
	height:100%;
	text-align: center;
	display: table;
}

.fotorama-heading--background-wrapper a:link {
	color: white;
}
.fotorama-heading--background-wrapper a:visited {
	color: white;
}
.fotorama-heading--background-wrapper a:hover {
	color: white;
}
.fotorama-heading--background-wrapper a:active {
	color: white;
}

.fotorama-heading--span-container {
	display: table-cell;
  	vertical-align: middle;
}

.fotorama-heading--main-name {
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
	color: white;
	margin-bottom: 5px;
}

.fotorama-heading--stripe {
	text-align: center;
	background-color: rgba(255, 0, 0, 0.3);
	color: white;
	font-size: 25px;
	font-weight: 300;
	padding: 30px;
}
