body { background: url(/_img/background_essentialxmen.jpg) repeat top center;  background-size: cover; background-attachment: fixed; min-height: 100vh;  }

.logo a { width: 178px; height: 85px; background: url(/_img/logo_essentialxmen.jpg) no-repeat 0 50%; }
.logo img { display: none; }

@media screen and (max-width: 800px) {
    .logo a { background-position: 50% 50%; }
}