#banner {
	width: 100%;
	height: 60%;
	min-height: 200px;
	max-height: 200px;
	margin-top: 1%;
	margin-bottom: -2%;
	background: url(../images/logo.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
