/* Prevent mobile Swiper tracks from expanding the document width. */
@media (max-width: 1019px) {
  .grid-gallery__swiper {
    overflow: hidden;
  }
}
