

/*----------------------------- IMAGE PAGE STYLES ------------------------------*/

div.large-image {
  display: grid;
}

figure.image {
    display: grid;
    justify-content: center;
  }

img.gallery-image {
    margin: 1em 0 0 0;
    border-radius: .32em;
    box-shadow: 0 .625em 1.6em rgba(0,0,0,.2);
    justify-self: center;
    max-height: 90vh;
  }

figcaption.gallery-image {
    text-align: center;
    margin: 2em 0 2em 0;
}

a.gallery-link {
  justify-self: center;
  margin: 0 0 1em 0;
  text-transform: uppercase;
  width: fit-content;
  text-align: center;
}
