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

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