@media screen and (max-width: 75rem) {
    :root {
        --size-content-width: calc(100%);
        --size-content-padding: 0.75rem;
    }

    .fax-layout-section {
        flex-direction: column;
    }

    .fax-layout-sidebar-primary,
    .fax-layout-sidebar-secondary {
        width: 100%;
        max-width: unset;
    }

    #fax-menu-primary {
        display: none;
    }

    .fax-header-sticky > div {
        margin: auto;
    }

    .fax-header-sticky .fax-widget {
        display: none;
    }

    .visible-on-desktop {
        display: none !important;
    }

    .visible-on-mobile {
        display: unset !important;
    }

    .grid-col-align-right-on-mobile {
        justify-content: right;
    }

    #fax-header-main #fax-header-logo {
        height: 8rem;
    }

    #fax-header-main #fax-header-logo > img {
        width: 10rem;
    }

    .fax-nav-full > ul {
        display: grid;
        grid-template-columns: repeat(auto-fill, 10rem);
        grid-gap: 1rem;
        justify-content: space-between;
    }

    /* #region change order on mobile. Experimental! */

    #fax-layout-main > .fax-layout-section:first-child > .fax-layout-sidebar.fax-layout-sidebar-primary,
    #fax-layout-main > .fax-layout-section:first-child > .fax-layout-content:first-child {
        display: contents;
    }

    #fax-layout-primary-sidebar-1 {
        order: 10;
    }

    #fax-layout-main > .fax-layout-section:first-child > .fax-layout-content:first-child > .fax-layout-section:nth-child(1) {
        order: 20;
    }

    #fax-layout-primary-sidebar-2 {
        order: 30;
    }

    #fax-layout-main > .fax-layout-section:first-child > .fax-layout-content:first-child > .fax-layout-section:nth-child(2) {
        order: 40;
    }

    #fax-layout-primary-sidebar-3 {
        order: 50;
    }

    /* ##endregion */
}