#logo-header {
    width: 36px;
    height: 36px;
}

@media (max-width: 992px) {
    #logo-header {
        width: 28px;
    }
}

.linear-bg {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: #000000b3;
    z-index: -1;
}