/* Defensive geometry for Avada full-bleed sections.

   The theme expands each `.fusion-fullwidth` out of the centred content row
   with a negative percentage margin, so the section background spans the whole
   content area while text stays inside the row. Asserting it here means a
   section cannot render narrower than its container if a stylesheet loads out
   of order or a rule is overridden. */

#main .fusion-fullwidth {
  margin-left: -8.1395%;
  margin-right: -8.1395%;
  max-width: none;
}

#main .fusion-slider-container {
  max-width: 100%;
}
