@media (max-width: 1024px) {
  html, body {
    overflow-x: clip !important;
    max-width: 100% !important;
  }
  
  .elementor-widget-container,
  .elementor-button-wrapper,
  .elementor-button {
    max-width: 100% !important;
    width: auto !important;
    box-sizing: border-box !important;
  }
  
  img, iframe, video, embed, object {
    max-width: 100% !important;
    height: auto;
  }
	  header .elementor-section.elementor-section-stretched {
    width: 100% !important;
    left: 0 !important;
    transform: none !important;
  }
}