/*
 * Verapath — Site Layout
 * Global structural styles. Nav styles live in SiteHeader.razor.css.
 * Loaded statically from App.razor so they are never subject to
 * Blazor's HeadOutlet re-render flash (FOUC).
 */

html,
body,
#main {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
}

img,
video {
    max-width: 100%;
}
