html {
  overflow-x: hidden !important;
}

/* Fix stupid design issue on mobile! */

@media (max-width: 767px) {
  #gallerySection {
    height: 100vh;
  }
}

