/* Add custom CSS styles below */ 
@media (min-width: 1280px) {
section.s-block.s-block--fixed-banner.wide-placeholder .container {
      max-width: 100%;
  }
}
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(3) .container {
      max-width: 80%;
  }
}
section.s-block.s-block--fixed-banner.wide-placeholder:nth-of-type(2) .container {
      max-width: 50%;
  }
}