.banner {
	position: relative;
	height: 720px;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-color: #ddd;
}

.banner--our-company {
	border-top: 87px solid #000;
}

.banner--leasing{
	height: 300px;
	border-top: 87px solid #000;
}

.banner--icons:after {
	content: '';
	display: block;
	width: 100%;
	height: 20%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,0.75+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-8 */

}

.banner__table {
	display: table;
	height: 100%;
	width: 100%;
}

.banner__cell {
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

.banner--leasing .banner__heading{
	font-size: 42px;
}

.banner__heading {
	color: #fff;
	font-size: 70px;
	font-family: 'GothamHTF-Light';
}

.banner__icons { position: absolute; bottom: 4%; left: 0; width: 100%; z-index: 1; }
.banner__icon { width: 33.3332%; text-align: center; float: left; color: #fff; font-family: 'Replica-Light'; font-size: 30px; font-size: 2.3vw; display: block; text-decoration: none; }
.banner__icon:hover { text-decoration: underline; color: #fff; }
.banner__icon img { margin-right: 4%; display: inline-block; width: 18%; }

@media only screen and (max-width: 768px) {

	.banner {
		height: 400px;
	}

	.banner--our-company {
		border-top: 64px solid #000;
	}

	.banner--icons {
		height: 600px;
	}

	.banner--icons .table {
		height: -webkit-calc(100% - 116px);
		height: calc(100% - 116px);
	}

	.banner__heading {
		font-size: 32px;
	}

	.banner__icons { bottom: 0; background-color: rgba(0, 0, 0, 0.5); }
	.banner__icon { width: 100%; box-sizing: border-box; padding: 0 4%; text-align: left; margin: 0.5em 0; font-size: 6.8vw;}
	.banner__icon img { margin-right: 3%; width: 13%; }
}