/* ==========================================================================
   Colors
   ========================================================================== */
/* ==========================================================================
   Fonts
   ========================================================================== */
/* ==========================================================================
   Container sizes
   ========================================================================== */
/* ==========================================================================
   Media Query Breakpoints
   ========================================================================== */
/* ==========================================================================
   Utility
   ========================================================================== */
/* line 104, ../src/styles/_config.scss */
:root {
  --max-width: 1440px;
}

/* line 2, src/styles/blocks/image-scroll-infinity.scss */
.wrapper {
  overflow: hidden;
}

/* line 6, src/styles/blocks/image-scroll-infinity.scss */
.imageContainer {
  display: flex;
  flex-direction: row;
  gap: 16px;
  width: 100%;
  margin: 30px 0 80px 0;
}

@media all and (max-width: 767px) {
  /* line 15, src/styles/blocks/image-scroll-infinity.scss */
  .imageContainer {
    margin: 30px 0 40px 0;
  }
  /* line 18, src/styles/blocks/image-scroll-infinity.scss */
  .imageContainer .item-wrapper img {
    max-height: 180px;
  }
}
