/* screen - screenshots */

.screenshots {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 78px;
  min-height: 1024px;
  min-width: 1440px;
  width: 100%;
}

.screenshots .trestle_gif-2 {
  aspect-ratio: 1.22;
  cursor: pointer;
  height: 768px;
  margin-left: 250px;
  margin-top: 128px;
  object-fit: cover;
  width: 939px;
}

.screenshots .guillaume-gindrat {
  align-self: center;
  cursor: pointer;
  height: 18px;
  letter-spacing: 0;
  line-height: normal;
  margin-left: 1px;
  text-align: center;
  white-space: nowrap;
  width: 111px;
}
