a[data-featherlight] img {
  transition: 0.5s;
}

a[data-featherlight]:hover img {
  cursor: pointer;
  filter: contrast(50%) drop-shadow(0 0 12px black);
}

.featherlight .featherlight-content h2.title {
  margin-top: 0;
}

.featherlight .featherlight-content .featherlight-close-icon {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 2rem;
}
