/* prettier-ignore */
/*-----------------------------------------------
|   Navigation
------------------------------------------------*/
/*-----------------------------------------------
|   Navbar Brand
------------------------------------------------*/
/*# sourceMappingURL=user.css.map */



.hapenny-logo {
    width: 90%;
    height: 90%;
}


.bg-holder-dos {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: none;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}

@media (min-width: 1200px) {
    .hapenny-logo {
        width: 100%;
        height: 100%;
    }

    .logo-grid {
        height: auto;
        width: 12rem !important;
    }

    .bg-holder-dos {
        width: 54%;
    }
}
