  /* Hide the default scrollbar 
.Hero--splash::-webkit-scrollbar {
  display: none;
}

/* Position and style the next/prev buttons 
[data-oversnap-nav] {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

[data-oversnap-nav] button {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
} 
*/