/* ===== Scroll Overlap Fade ===== */
/* ===== Desktop ===== */
@media only screen and (min-width: 1000px) {
  .scroll-row {
    position: sticky;
    position: -webkit-sticky;
    left: 0 !important;
    margin: 0 -25vw !important;
    top: 0;
  }
}