/* Flaticon icons are slightly too high with the default ligne-height of 1.5 */
i.fi {
  line-height: 1;
}

.glightbox, .feature-lightbox {
  cursor: pointer;
}

/* Prevent showing alt mention as lightbox bottom legend */
.gslider .gslide-description {
  display: none;
}

.gslide-media.gslide-image {
  width: 90vw;
  max-width: 1440px;

  img:not([src$=".svg"]) {
    width: 100%;
  }
}
