/*:root {
  overflow: hidden;
}*/
div.jqhtml-content, span {
  position: absolute;
}
div.jqhtml-content {
  width: 550px;
  height: 550px;
  left: calc(50% - 275px);
  top: calc(50% - 175px);
}
span {
  width: 8px;
  height: 60px;
  left: calc(50% - 4px);
  border-radius: 4px;
  -webkit-transform-origin: 50% 275px;
  transform-origin: 50% 275px;
}
.disabled {
  pointer-events: none;
}
@media screen and (max-width: 50em) {
  div.jqhtml-content{
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 40em) {
  div.jqhtml-content{
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 30em) {
    div.jqhtml-content{
      width: 250px;
      height: 250px;
    }
}