/* MOBILE FIX: turn off the breakout on small screens */
@media (max-width: 768px) {
  /* replace with your actual selector(s) used for the breakout */
  .full-bleed,
  .n2-ss-section-main-content.n2-ss-layer-with-background.n2-ss-layer-content.n2-ow.n-uc-16610d53ccff8-inner,
  :is(.n2-section-smartslider, [id^="n2-ss-"]) {
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }

  /* make sure nothing clips the slider on mobile */
  .elementor-section,
  .e-con,
  .n2-ss-slider,
  .n2-ss-section-main-content {
    overflow: visible !important;
  }
}



#main {padding: 0px;}