.description {
  padding: 15px;
  font-size: 1em;
}

@keyframes pulsate {
  0%, to {
    opacity: 1
  }

  50% {
    opacity: .2
  }
}

#spotlight, #spotlight .preloader, #spotlight .scene {
  top: 0px;
  width: 100%;
  height: 100%;
}

#spotlight .arrow, #spotlight .icon {
  background-color: rgba(100, 0, 0, .5);
  cursor: pointer;
  background-repeat: no-repeat
}

#spotlight {
  background-color: rgba(100, 0, 0, .5);
  position: fixed;
  z-index: 99999;
  color: #fff;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: visibility .25s ease, opacity .25s ease;
  font-size: 26px;
  font-weight: 400;
  contain: layout size paint style;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

#spotlight.show {
  /* border: 5px solid rgb(30, 30, 30); */
  box-shadow: 0px 0px 50px 10px rgb(0, 0, 0);
  border-radius: 5px;
  opacity: 1;
  visibility: visible;
  /* transition: none; */
  transition: transform 1s;
  transform:
    scale(.95) rotate(0deg) translate(0px, 0px);
}

#spotlight.show .pane, #spotlight.show .scene {
  will-change: transform
}

#spotlight.show .scene img {
  will-change: transform, opacity
}

#spotlight .preloader {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 42px 42px;
  opacity: 0
}

#spotlight .preloader.show {
  transition: opacity .1s linear .25s;
  opacity: 1
}

#spotlight .scene {
  position: absolute;
  transition: transform 1s cubic-bezier(.1, 1, .1, 1);
  contain: layout size style;
  pointer-events: none
}

#spotlight .scene img {
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  opacity: 1;
  margin: 0;
  padding: 0;
  border: 0;
  transform: translate(-50%, -50%) scale(1) perspective(100vw);
  transition: transform 1s cubic-bezier(.1, 1, .1, 1), opacity 1s cubic-bezier(.3, 1, .3, 1);
  transform-style: preserve-3d;
  contain: layout paint style;
  visibility: hidden
}

#spotlight .header, #spotlight .pane {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  contain: layout size style
}

#spotlight .header {
  background: rgba(100, 0, 0, 1);
  height: 50px;
  text-align: right;
  transform: translateY(-100px);
  transition: transform .35s ease-out;
  contain: layout size paint style
}

#spotlight .header:hover, #spotlight.menu .header {
  transform: translateY(0)
}

#spotlight .header div {
  background-color: rgba(100, 0, 0, .5);
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: 30px;
  height: 50px;
  padding-right: 20px;
  opacity: 1
}

#spotlight .progress {
  background-color: rgba(100, 0, 0, .5);
  position: absolute;
  top: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, .45);
  transform: translateX(-100%);
  transition: transform 1s linear
}

#spotlight .arrow, #spotlight .footer {
  background-color: rgba(100, 0, 0, .8);
  position: absolute;
  padding: 20px;
  border-radius: 3px;
}

#spotlight .footer {
  background-color: rgba(100, 0, 0, .4);
  bottom: 15%;
  line-height: 50px;
  padding: 15px;
  margin: 0px;
  text-align: left;
  pointer-events: none;
  contain: layout paint style;
  /* height: 20px; */
}

#spotlight .footer .title {
  background-color: rgba(100, 0, 0, .5);
  font-size: 125%;
  padding: 0px 10px 0px 10px;
/* bottom: 0px; */
}

#spotlight .page {
  background-color: rgba(100, 0, 0, .5);
  float: left;
  width: auto;
  padding-left: 20px;
  line-height: 50px
}

#spotlight .icon {
  background-position: left center;
  background-size: 21px 21px;
  transition: opacity .2s ease-out
}

#spotlight .fullscreen {
  background-image: url(./img/maximize.svg)
}

#spotlight .fullscreen.on {
  background-image: url(./img/minimize.svg)
}

#spotlight .autofit {
  background-image: url(./img/autofit.svg)
}

#spotlight .zoom-out {
  background-image: url(./img/zoom-out.svg)
}

#spotlight .zoom-in {
  background-image: url(./img/zoom-in.svg)
}

#spotlight .theme {
  background-image: url(./img/theme.svg)
}

#spotlight .player {
  background-image: url(./img/play.svg)
}

#spotlight .player.on {
  background-image: url(./img/pause.svg);
  animation: pulsate 1s ease infinite
}

#spotlight .close {
  background-image: url(./img/close.svg)
}

#spotlight .preloader.show {
  background-image: url(./img/preloader.svg)
}

#spotlight .arrow {
  top: 50%;
  left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-top: -25px;
  padding: 10px;
  transform: translateX(-100px);
  transition: transform .35s ease-out, opacity .2s ease-out;
  box-sizing: border-box;
  background-position: center center;
  background-size: 30px 30px;
  opacity: .65;
  background-image: url(./img/arrow.svg)
}

#spotlight .arrow-right {
  left: auto;
  right: 20px;
  transform: translateX(100px) scaleX(-1)
}

#spotlight.menu .arrow-left {
  transform: translateX(0)
}

#spotlight.menu .arrow-right {
  transform: translateX(0) scaleX(-1)
}

#spotlight .arrow:active, #spotlight .arrow:hover, #spotlight .icon:active, #spotlight .icon:hover {
  opacity: 1;
  animation: none
}

#spotlight.white {
  color: #fff;
  background-color: #fff
}

#spotlight.white .arrow, #spotlight.white .footer, #spotlight.white .header, #spotlight.white .preloader, #spotlight.white .progress {
  filter: invert(1)
}

.hide-scrollbars {
  overflow: -moz-hidden-unscrollable;
  -ms-overflow-style: none
}

.hide-scrollbars::-webkit-scrollbar {
  width: 0
}

@media (max-width:800px) {
  #spotlight .header div {
    width: 20px
  }

  #spotlight .footer {
    font-size: 12px
  }

  #spotlight .arrow {
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
    background-size: 15px 15px
  }

  #spotlight .preloader {
    background-size: 30px 30px
  }
}

@media (max-width:400px), (max-height:400px) {
  #spotlight .fullscreen {
    display: none !important
  }
}
