.lightbox-item {
  width: 85vw; 
  height: 85vh; 
  object-fit: contain;
  display: block;
  margin: 0;
  padding: 0;
}

/* Normal link state */
a {
  color: inherit;
  text-decoration: none;
}

/* Hover, active, and visited states */
a:hover,
a:active,
a:focus,
a:visited {
  color: inherit;
  text-decoration: none;
}