.centered-banner {
  overflow: hidden;
  padding: 20px 0;
  position: relative;
  background-color: #fff;
}
.centered-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.centered-banner img {
  width: 100%;
}

.shopify-section.white {
  background-color: #fff;
}