.year-gallery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 18%;
  gap: 40px;
  color: var(--White, #fff);
  background: linear-gradient(180deg, rgba(16, 168, 103, 0) 3.79%, rgba(16, 168, 103, 0.5) 47.36%, rgba(16, 168, 103, 0) 94.88%), linear-gradient(0deg, var(--Contrast-Green, #003a29) 0%, var(--Contrast-Green, #003a29) 100%), lightgray 0px -2412.478px/100% 411.875% no-repeat;
}
.year-gallery .view ul,
.year-gallery .preview ul {
  list-style: none;
  padding: 0;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.year-gallery .view ul li,
.year-gallery .preview ul li {
  scroll-snap-align: center;
}
.year-gallery .view ul li img,
.year-gallery .preview ul li img {
  object-fit: cover;
  object-position: center;
}
.year-gallery .view ul li img,
.year-gallery .view ul li video,
.year-gallery .preview ul li img,
.year-gallery .preview ul li video {
  max-width: 100%;
  height: auto;
  display: block;
}
.year-gallery .view ul li img video,
.year-gallery .view ul li video video,
.year-gallery .preview ul li img video,
.year-gallery .preview ul li video video {
  max-width: none;
  width: auto;
}
.year-gallery .view {
  position: relative;
  width: 100%;
}
.year-gallery .view ul {
  overflow-x: hidden;
}
.year-gallery .view ul li {
  min-width: 64vw;
  height: 36vw;
}
.year-gallery .view ul li img,
.year-gallery .view ul li video {
  width: 100%;
  height: 100%;
}
.year-gallery .view .scroll-buttons {
  position: absolute;
  top: 50%;
  left: -30px;
  width: calc(100% + 60px);
  display: flex;
  justify-content: space-between;
}
.year-gallery .view .scroll-buttons button {
  display: flex;
  width: 60px;
  height: 60px;
  padding: 12px 14.4px 14.4px 14.4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 1.398px solid rgba(255, 255, 255, 0.8);
  background: linear-gradient(106deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
  box-shadow: 0px 9.318px 27.954px 0px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(7.7790002823px);
}
.year-gallery .preview {
  width: 100%;
}
.year-gallery .preview ul {
  gap: 12px;
}
.year-gallery .preview ul li {
  border-radius: 15px;
  overflow: hidden;
  min-width: 160px;
  height: 160px;
}
.year-gallery .preview ul li img,
.year-gallery .preview ul li video {
  object-fit: cover;
  width: 160px;
  height: 160px;
}

@media (max-width: 768px) {
  .year-gallery {
    padding: 74px 24px;
  }
  .year-gallery .view ul li {
    min-width: calc(100vw - 48px);
    height: 56vw;
  }
  .year-gallery .view .scroll-buttons {
    top: calc(50% - 30px);
    width: calc(100vw - 24px);
    left: -12px;
  }
}

/*# sourceMappingURL=yearGallery.css.map */
