+@media screen and (min-width: 45em) {
+ #logo {
+ width: auto;
+ height: 200px;
+ background: url(home-logo.png) no-repeat -490px center;
+ }
+ .body-wrapper > header {background: none;}
+}
+@media screen and (min-width: 45em) and (max-width: 900px) {
+ #logo {
+ background-position: right center;
+ }