/* Fresh Releases now uses the exact same native gesture model as the other rails. */
html body #fresh-rail.carousel{
  touch-action:auto!important;
  overscroll-behavior-x:contain!important;
  overscroll-behavior-y:auto!important;
  -webkit-overflow-scrolling:touch!important;
  scroll-snap-type:x mandatory!important;
}
html body #fresh-rail.carousel .fresh-card{
  touch-action:auto!important;
  -webkit-user-select:none;
  user-select:none;
}
html body #fresh-rail.carousel img{
  pointer-events:none;
  -webkit-user-select:none;
  user-select:none;
  -webkit-user-drag:none;
}