/* switching this off for xl desktops */
@media (min-width: 1025px) {
  .caption {
    display: none;
  }
  .swiper-pagination {
    display: none;
  }
}

@media (max-width: 1024px) {
  .xs-imgcaption {
    display: none;
  }
}

/* the small caption for xl desktops - switched off */
.xs-imgcaption {
  color: var(--font-color-links-sgl-img);
  font-weight: 300;
  font-size: calc(0.5rem + 0.5vw);
  margin: 0 0 1vh 0;
}

.xs-imgcaption > a {
  color: var(--font-color-links-sgl-img);
  font-weight: 500;
  font-size: calc(0.5rem + 0.5vw);
  text-decoration: none;
}

/* for xtra wide landscape imgs for xl desktops */
.landscape-img-page-container {
  text-align: center;
}

.landscape-img {
  max-width: 100%;
  max-height: 98vh;
  padding-top: 2vh;
}
