.fixed-bg-column {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 768px) {
  .fixed-bg-column {
    background-attachment: scroll;
  }
}