body .container {
	background-image: url(../images/logo.png);
	background-position: center 26px;
	background-repeat: no-repeat;
	background-size: auto auto;
}
.homehero {
	margin-top: 100px;
	min-height: 124px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width:475px){
body .container {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	clear: both;
}
}
