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

body,
main,
section,
.shell,
.header-inner,
.footer-inner {
    min-width: 0;
}

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