.gallery-thumbnail {
  width: 100%;
  background: #ccc;
  overflow: hidden;
  position: relative;
}
.gallery-thumbnail:hover {
  cursor: pointer;
}
.gallery-thumbnail:hover img {
  filter: saturate(1);
}
.gallery-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0);
  transition: 0.2s;
}
.gallery-thumbnail div {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: right;
  padding: 10px;
  font-family: "ExtrosBackstage";
  color: white;
  font-size: 1.5rem;
}/*# sourceMappingURL=works.css.map */