
  html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
  }

  #panolens-separate-container {
    position: absolute;
    width: 300px;
    height: 150px;
    right: 0;
    top: 100px;
  }

  #panolens-separate-container:-webkit-full-screen{
    left: 0;
    top: 0;
  }
  #panolens-separate-container:-moz-full-screen{
    left: 0;
    top: 0;
  }
  #panolens-separate-container:-ms-fullscreen{
    left: 0;
    top: 0;
  }
  #panolens-separate-container:fullscreen {
    left: 0;
    top: 0;
  }

  #sb-logo {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 0;
    filter: drop-shadow(1px 1px 1px rgb(0 0 0 / 0.2));
    cursor: pointer;
  }



  #progress {
    width: 0;
    height: 5px;
    position: fixed;
    top: 0;
    background: #fff;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  #progress.finish {
    opacity: 0;
  }

  .panolens-infospot.not(.desc-container) {
    text-shadow: rgb(0 0 0) 0px 0px 10px !important;
  }



  .desc-container {
    max-width: 400px;
    max-height: 500px;
    min-width: 200px;
    min-height: 300px;
    background: #fff;
    color: #000;
    border-radius: 3px;
  }

  .is-title {
    font-size: 1.5em;
    text-align: center;
    padding: 15px 5px 5px;
  }

  .is-text {
    padding: 0 20px 10px 20px;
  }

  .is-text ul {
    display: block;
    margin: 10px auto;
    padding: 0;
    text-align: center;
  }

  .is-text ul li {
    display: inline-block;
  }

  .is-text ul li a {
    display: inline-block;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #ccc;
    font-weight: bold;
    margin: 10px;
    text-decoration: none;
    color: #2e5678;
  }

  .is-text ul li a:hover {
    background: #ebebeb;
    border-color: #2e5678;
  }

  .is-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 150px;
  }

  .fancybox__content {
    padding: 0px !important;
  }
