.sticky-header{
    width: 100%;
    height: 65px;
    margin: 0;
    color: #dcedf5;
    background-color: #1a1d1f;
    position: fixed; top: -70px;
    z-index: 100;
    border-bottom: 1px solid gold;
}

@media screen and (max-width: 630px) {
    .sticky-header{
        display: none;
    }
    
}

.sticky-header .logo-container{
    width: 24%;
    min-width: 150px;
    max-width: 304px;
    height: auto;
    position: absolute;
    top: 10px;
    left: 10px;
}

.sticky-header .logo-container .logo{
    width: 100%; height: auto;
    margin: 0;
}