/* start of main banner */
body {
  background-color: white;
}
section.s-block--fixed-banner{
  margin-top: 2rem;
  .container {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .banner {
    width: 100%;
    margin: 0;
  }
  img {
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}
section.s-block--fixed-banner:nth-child(1),section.s-block--fixed-banner:nth-child(2){
  margin-top: 0;
}
/* end of main banner */