@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

#theta-viewer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  overflow: hidden;
}

#theta-viewer.active {
    border: 4px solid red;
}

.overImage {
  position: relative;
}

.overImage img {
  position: absolute;
  opacity: 0.7;
  top: 5px;
  left: 5px;
  width: 50px;
  height: 50px;
}

.overImage p {
  position: absolute;
  color: white;
  opacity: 0.8;
  top: 60px;
  left: 5px;
}
