/* Centre the mobile logo in the free area before the hamburger button. */
@media (max-width: 800px) {
    .al-main-nav .al-header-logo {
        position: absolute !important;
        top: 50%;
        left: calc(50% - 23px);
        z-index: 2;
        margin: 0 !important;
        transform: translate(-50%, -50%);
    }
}
