

font-color: #fff;
  font-size: 16px;
font-family: Times New Roman, serif;
text-color: #fff;
}

.work-item img.fullscreen {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  object-fit: contain;
  background: black;
  z-index: 9999;
  cursor: zoom-out;
}


@media (min-width: 900px) {
  .works-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

html {
  scroll-behavior: smooth;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 4fr));
  gap: 0px;
  padding: 0px;
}

.work-item {
  display: block;
}

.work-item img {
  width: 100%;
  height: auto;
  display: block;
}

.work-item.large {
  grid-column: span 2;
}
