.glightbox::after {
	cursor: zoom-in;
  content: "\F62C";
  display: block;
  height: 2em;
  text-align: left;
  visibility: visible;
  font-family: bootstrap-icons;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 16px !important;
  text-transform: none;
  text-shadow:
    -1px -1px 0 black,
     1px -1px 0 black,
    -1px  1px 0 black,
     1px  1px 0 black;
  color: white !important;
  opacity: .65;
  line-height: 1;
  margin-top: -2em;
  margin-left: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glightbox {
	cursor: zoom-in;
	text-decoration: none;
}
