#header {
    position: fixed;
    top: 0;
    background-color: rgba(33, 39, 53, 0.5);
    width: 100%;
    z-index: 99999;
}

#header .header .header-disclaimer {
    display: none;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    align-content: center;
    opacity: 0;
    transition: opacity 0.1s ease-in;
    max-width: 1170px;
    margin: auto;
}

#header .header .header-main {
    height: 60px;
    transition: height 0.25s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    max-width: 1170px;
    margin: auto;
    padding: 0 15px 0 15px;
}

#header .header .header-main .header-label-logo {
    transition:
        width 0.25s,
        height 0.25s;
    display: block;
    width: 170px;
    height: 50px;
    background: url("../assets/novibet_logo.png") no-repeat 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-text-shadow: none;
    border: 0;
    font: 0/0 a;
}

/*=Desktop=*/
@media only screen and (min-width: 991px) {
    #header .header .header-main {
        padding: 0 30px 0 30px;
    }
}
