
.innp-hotspots-popup{
/*    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255,255,255,0.6);
    position: absolute;
    top: 50%;
    left: 2%;
    -ms-transform: translate(0%,-50%);
    transform: translate(0%,-50%);*/
}

.innp-hotspots-popup-inner-html{
    margin:20px 0;
}

.innp-hotspots-popup-outer{
/*    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.7);
    z-index:1000;*/
    position: fixed;
/*    max-width: 500px;*/
    margin-left: auto;
    margin-right: auto;
    background: rgb(255, 255, 255);
    top: 50%;
    left: 2%;
    -ms-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
    z-index: 99999;
    border: 1px solid #99C21D;
}

.innp-hotspots-popup-outer .innp-popups {
    width: calc(100% - 50px);
    height:calc(100% - 20px);
    overflow-y:scroll;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(255,255,255,.85);
    position: absolute;
    top:10px;
    left:10px;
    z-index:1;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.innp-hotspots-popup-outer .innp-popups::-webkit-scrollbar {
  display: none;
}
.innp-hotspots-popup-close{
  position:fixed;
  top:12px;
  right:18px;
  right: 2%;
  color:#777;
  font-size:30px;
  line-height:100%;
  cursor:pointer;
  transition:transform .25s;
  z-index:99999;
  display:block;
}

.innp-hotspots-popup-close:hover{
  transform:scale(1.3);
}

.innp-hotspots-popup-content{
  padding:20px;
}

@media (min-width: 576px){
  .innp-hotspots-popup-outer .innp-popups{
      width: 570px;
      margin-left: -300px;
      left: 50%;
  }

}

@media (min-width: 768px){
  .innp-hotspots-popup-outer .innp-popups {
      width: 750px;
      margin-left:-390px;
      left: 50%;
  }


  .innp-hotspots-popup-content{
    padding:20px;
  }

}

@media (min-width: 992px){
  .innp-hotspots-popup-outer .innp-popups {
      width: 940px;
      margin-left:-485px;
      left: 50%;
  }


  .innp-hotspots-popup-content{
    padding:30px;
  }

}

@media (min-width: 1200px){
  .innp-hotspots-popup-outer .innp-popups{
      width: 1140px;
      margin-left:-585px;
      left: 50%;
  }

}

.innp-hotspots-popup-outer .innp-popups .popup-iframe{
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  border:none;
  z-index:0;
}

.innp-hotspots-popup-outside-click-close{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

body.innp-hotspots-popup-show{
/*    width:100%;
    height:100%;
    overflow:hidden;*/
}

body.innp-hotspots-popup-show #page{
/*  filter:blur(5px);*/
}

body.innp-hotspots-popup-show > #phantom{
    display:none !important;
}

.innp-hotspots-popup-content ul{
    list-style:  initial !important;
}

.wr360_player .container .theme_header .progress_wrap .progress_bar_anim span.percentnums{
    font-size: 30px !important;
}

#wr360toolheader_wr360PlayerId{
    margin-top: 15px !important;
    padding-left: 10px !important;
}