body {
	background:#252525;
	color:#FFFFFF;
	font-size:14px;
	font-family: Helvetica,Arial, sans-serif;
}
#main-container {
	display: flex;
	justify-content: center;
	align-items: center;
}
iframe {
	width:100%;
	height:auto;
	min-height:450px;
	border: 0;
	margin-bottom: 20px;
}

.header-logo {
	width:100%;
	max-width: 396px;
	height: auto;
}

.app-banner-left, .app-banner-right {
	width:100%;
	height:auto;
	padding-bottom: 20px;
}

iframe {
	width: 100%;
	height: 100%;
}
iframe.fs {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
}

@media only screen and (max-width: 750px) {
	iframe {
		min-height:400px;
	}
}

@media only screen and (max-width: 670px) {
	iframe {
		min-height:350px;
	}
}
@media only screen and (max-width: 590px) {
	iframe {
		min-height:300px;
	}
}
@media only screen and (max-width: 400px) {
	iframe {
		min-height:250px;
	}
}
