.full-screen-image {
  white-space: nowrap;
}
.full-screen-image a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.full-screen-image a span {
  text-decoration: underline;
}
.full-screen-image a span + span {
  margin-left: 10px;
}
.full-screen-image a span.la, .full-screen-image a span.las {
  color: var(--colour-link);
  font-size: 2rem;
  text-decoration: none;
}
.full-screen-image a:hover > span {
  text-decoration: none;
}