/*
  macros/lb-image.css
  Styles for the lb_image macro (lightbox image list item).
*/

.lb-image {
  cursor: pointer;

  &:first-of-type {
    margin-top: 0;
  }
}
