.nomads-tiles__mobile-swiper {
  display: none;
}

@media (max-width: 767.98px) {
  .nomads-tiles {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .nomads-tiles > .tile.tile {
    display: none;
  }

  .nomads-tiles__mobile-swiper {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .nomads-tiles__mobile-swiper .swiper-wrapper {
    min-width: 0;
  }

  .nomads-tiles__mobile-slide {
    aspect-ratio: 1 / 1;
    height: auto;
    overflow: hidden;
  }

  .nomads-tiles .nomads-tiles__mobile-slide .tile {
    display: block;
    width: 100%;
    height: 100%;
  }

  .nomads-tiles__mobile-slide .data-tile {
    display: flex;
    flex-wrap: wrap;
  }

  .nomads-tiles__mobile-slide .data-tile > :not(h3) {
    width: 100%;
    height: auto;
    flex: 1 1 auto;
  }

  .nomads-tiles__mobile-slide .data-tile > div {
    max-width: 100%;
  }

  .nomads-tiles__mobile-slide .image-tile {
    background-size: cover;
    background-position: center;
  }
}

@media (min-width: 768px) {
  .nomads-tiles__mobile-swiper {
    display: none;
  }
}
