.image {
	text-align: left;
}

#banner {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}

.banner-header {
	background-color: #071d3f;
	color: white;	
}

.banner-logo {
	height: 90px;
	width: 90px;
}

.banner-text {
	font-size: 250%
}

.back-btn{
	background-color: #f1f1f1;
	border: none;
	border-radius: 10px;
	color:  #071d3f;
	position: absolute;
	right: 1%;
	top: 1%;
}

iframe {
	border-style: none; 
  height: 100em;
	width: 100%; 
}

@media screen and (max-width: 481px) and (orientation: portrait) {
	.banner-logo {
		height: 45px;
		width: 45px;
	}

	.banner-text {
		font-size: 120%;
		margin-top: 25px;
	}

	.back-btn {
		font-size: 70%;
		top: 2%;
	}

}

@media screen and (max-height: 481px) and (orientation: landscape) {
	.banner-logo {
		height: 45px;
		width: 45px;
	}

	.banner-text {
		font-size: 150%;
		margin-top: 15px;
	}

	.back-btn {
		font-size: 100%;
		top: 2%;
	}
}