.header-itself {
    margin: 0;
    padding: 1rem 0;
    /*overflow: hidden;*/
    height: 4.250rem;
    background-color: #E1E1E1;
}

.header-logo {
    background-size: cover;
    height: 100%;
    width: 6.938rem;
    margin: 0 0 0 1rem;
    float: left;
}

.header-logo-link {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-indent: -100%;
    white-space: nowrap;
}
