/* SEO section background – content/typography in custome.css */
.seo-brand-overview {
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.9)), url('../images/slider/viterra-bathware-slider-12.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}

@media screen and (max-width: 768px) {
  .seo-brand-overview {
    padding: 40px 20px;
    background-attachment: scroll;
  }
}
