body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

header {
	/* background-color: #e0e0e0; */

	padding: 0 50px;
	width: calc(100% - 100px);
}

h1 {
	color: #a3a3a3;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: normal;
	line-height: 50px;
	margin:0;
	text-align: center;
}

.outer-wrapper {
	padding: 50px;
	margin: 0 auto;
}

.inner-wrapper {
	margin: 0 auto;
	position: relative;
}

.single-banner-wrapper {
	box-sizing: border-box;
	left: 50%;
	margin-top: 25px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}


.iframe-wrapper {
	background-color: #e0e0e0;
	position: absolute;
}

iframe {
	height: 100%;
	width: 100%;
}

span {
	bottom: -24px;
	color: #cbcbcb;
	display: block;
	font-family: arial, verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 10;
}
li{
	margin-bottom: 10px;
}



