.tobii-zoom {
  border-radius: 0;
  box-shadow: 0 0 46px rgba(0, 0, 0, 0.3);
  cursor: zoom-out;
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.tobii-zoom__icon {
  display: none;
}
.tobii-lightbox {
  background-color: rgba(0, 0, 0, 0.85);
  bottom: 0;
  box-sizing: border-box;
  contain: strict;
  font-size: 16px;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1031;
}
.tobii-lightbox * {
  box-sizing: inherit;
}
.tobii-lightbox__lowlight {
  background-color: rgba(0, 0, 0, 0.85);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.tobii-lightbox__holder {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.tobii-lightbox__holder:not(.tobii-holder--single) .tobii-btn--previous,
.tobii-lightbox__holder:not(.tobii-holder--single) .tobii-btn--next {
  visibility: visible;
}
.tobii-lightbox__holder.tobii-holder--single .tobii-btn--previous,
.tobii-lightbox__holder.tobii-holder--single .tobii-btn--next {
  visibility: hidden;
}
.tobii-lightbox__holder.tobii-holder--single .tobii-counter {
  display: none;
}
.tobii-lightbox__btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0.0625em solid transparent;
  color: #fff;
  cursor: pointer;
  font: inherit;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  touch-action: manipulation;
  z-index: 1;
}
.tobii-lightbox__btn:active,
.tobii-lightbox__btn:focus {
  outline: none;
}
.tobii-lightbox__btn svg {
  fill: none;
  height: 1.5em;
  pointer-events: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
  stroke: #fff;
  width: 1.5em;
}
.tobii-lightbox__btn--previous,
.tobii-lightbox__btn--next {
  border-radius: 100%;
  height: 3.125em;
  top: calc(50% - 1.5625em);
  width: 3.125em;
}
.tobii-lightbox__btn--previous {
  left: 1em;
}
.tobii-lightbox__btn--next {
  right: 1em;
}
.tobii-lightbox__btn--close {
  border-radius: 2.5em;
  height: 2.5em;
  right: 1em;
  top: 1em;
  width: 2.5em;
}
.tobii-lightbox__btn--close svg {
  height: 1.25em;
  width: 1.25em;
}
.tobii-lightbox__counter {
  bottom: 1em;
  color: #fff;
  font-size: 0.9em;
  left: 1em;
  position: absolute;
  z-index: 1;
}
.tobii-lightbox__slide {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.tobii-lightbox__slide:not(.tobii--active) {
  visibility: hidden;
}
.tobii-lightbox__slide img {
  display: block;
  max-height: 100vh;
  max-width: 100vw;
}
.tobii-lightbox__slide iframe {
  height: 75vh;
  width: 75vw;
}
.tobii-lightbox__slide figure {
  margin: 0;
  position: relative;
}
.tobii-lightbox__slide figcaption {
  bottom: 0;
  color: #fff;
  padding: 0.5em 1em;
  position: absolute;
  width: 100%;
}
.tobii-lightbox__slide[data-type="html"] video {
  cursor: auto;
  max-height: 100vh;
  max-width: 100vw;
}
.tobii-lightbox__slide[data-type="iframe"] iframe {
  border: 0;
  height: 75vh;
  width: 75vw;
}
@media screen and (max-width: 41.25em) {
  .tobii-lightbox__btn--previous {
    left: 0;
  }
  .tobii-lightbox__btn--next {
    right: 0;
  }
  .tobii-lightbox__slide iframe {
    height: 60vh;
    width: 90vw;
  }
  .tobii-lightbox__slide[data-type="iframe"] iframe {
    height: 60vh;
    width: 90vw;
  }
}
@media screen and (min-width: 41.25em) {
  .tobii-lightbox__btn--close {
    height: 3.125em;
    width: 3.125em;
  }
  .tobii-lightbox__btn--close svg {
    height: 1.5em;
    width: 1.5em;
  }
  .tobii-lightbox__counter {
    font-size: 1.25em;
  }
}
