/* Shortcut */
.shortcut {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  width: 100% !important;
  display: flex !important;
}

.shortcut span {
  margin: 0 0 0 8px !important;
  background: transparent !important;
  border: none !important;
}

.tooltip::after {
  right: 57px !important;
}

/* Gallery */
.footer .paginator__content {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2px;
  padding: 2px;
  background: rgb(var(--c-neutral-lightest));
}

/* Slideshow */
.header__image {
  position: relative;
}

div.header__text {
  color: rgb(var(--c-neutral-lightest));
  font-size: var(--f-size-l-1);
  line-height: 130%;
  text-transform: uppercase;
  bottom: 2rem !important;
  left: 4% !important;
  text-shadow: 0.2em 0.2em 0.8em rgba(var(--c-neutral-darkest), 0.4);
}

.header__title {
  font-weight: var(--f-weight-l);
}

.header__description {
  font-weight: var(--f-weight-b);
}

/* =============================================================================
   Media Queries
   ========================================================================== */

@media (min-width: 640px) {
  div.header__text {
    font-size: var(--f-size-l-3);
    bottom: 3rem !important;
  }
  div.grid__col.-w50 .paginator__content {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 800px) {
  div.header__text {
    font-size: var(--f-size-l-4);
    bottom: 4rem !important;
  }

  .page .shortcut {
    z-index: 700;
  }
}

@media (min-width: 1280px) {
  div.header__text {
    font-size: var(--f-size-l-5);
    bottom: 6rem !important;
  }
}

@media (min-width: 1580px) {
  div.header__text {
    left: calc(50% - 720px) !important;
  }
}