.smallHero .row {
	display: flex; /* IE FIX */
  	flex-direction: column; /* IE FIX */
}
.smallHero .col-md-12{
	min-height:300px;
	display:flex;
	align-items:center;
	justify-content: center;
	text-align:center;
}

.smallHero{
	background-size:cover;
	background-position:center center;
	background-color:#eeeeee
}

.smallHero .condensedHeader, .smallHero h2{
	color:white;
	text-shadow: 0px 1px 5px rgba(0,0,0,0.6);
	font-weight:bold;
}

.smallHero .condensedHeader{
	margin-bottom:20px;
}