.headerWrapper {
    height: 120px;
}




.headerWrapper .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;

    background-position-x: 0;
    background-repeat: no-repeat;
    background-size: cover;
    
    z-index: 0;
}

.headerWrapper .logo {
    position: absolute;
    top: 0;
    left: 0;
    font-family: Slackey;
    z-index: 1;

    font-size: 40px;
    padding: 30px 20px;
    line-height: 31px;

    cursor: default;
}
