body {
    background: url('/common/Still.png') right center no-repeat scroll;
    background-size: cover;
    height: 100vh;
    overflow-y: hidden;
}

#content {
    display: flex;
    height: 100%;
}

#logo {
    width: 60vw;
    margin: auto 10vw;
}

@media (max-width: 767px) {
    body {
        background-position-x: center;
    }

    #logo {
        width: 80vw;
    }
}