/** Global Mobile Overrides **/
@media screen and (max-width: 768px) {
    :root {
        --site-width: 100vw;
    }

    .mobile-hide-inline {
        display: none !important;
    }
    .mobile-show-inline {
        display: inline !important;
    }

    .full-width-container {
        text-align: center;
    }
    .full-width-container .content {
        width: calc(100vw - 2em);
    }
    .site-width-container {
        width: calc(100vw - 2em);
    }

}
