@media screen and (max-width: 767px) {
    :root {
        --headerHeight: 72px;
    }

    .logo-box {
        width: 100%;
    }

    .logo-image {
        background-image: url("/images/Tip-Kings-Logo-Wort.svg");
    }

}