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

@supports (overflow-x: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

#page,
.site,
.elementor {
  max-width: 100%;
  overflow-x: hidden;
}

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

@media (max-width: 767px) {
  .elementor-section,
  .elementor-container,
  .elementor-widget-wrap,
  .elementor-column {
    max-width: 100%;
  }

  .elementor-element.elementor-absolute {
    max-width: 100vw;
  }
}
