/*
 * Gen Tree Resort — Version 3
 * Keeps the desktop composition on phones/tablets.
 * The viewport is set to a 1200px desktop canvas by header.php; the browser
 * then scales that canvas to the available device width.
 */
html.gt-desktop-scaled {
    overflow-x: hidden;
}

html.gt-desktop-scaled body {
    min-width: 1200px;
}

/* Prevent accidental horizontal scrolling caused by individual widgets. */
html.gt-desktop-scaled,
html.gt-desktop-scaled body {
    max-width: 100%;
}
