body {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #ffffff;
  margin: 0;
  padding: 0;
  overscroll-behavior: none;
}
.nav {
  width:90%;
  height:65px;
  margin: 0px 20px;
}

.button {
  width:50px;
  height:auto;
}

.outsideWrapper {
  margin:auto;
  position: relative;
  width: 80vw;
  height: 80vw;
  /* border:10px solid rgb(0, 255, 55); */
  max-width: 700px;
  max-height: 700px;
}
.insideWrapper {
  width:100%;
  height:100%;
  position:relative;
  margin: auto;
  /* border:1px solid rgb(255, 0, 187); */
}
.playervids {
  width: 100%;
  margin:auto;
  text-align: center;
  height:33%;
  position:relative;
  display: block;
  /* border:1px solid rgb(0, 255, 60); */
}
.vidscreen {
  width:100%;
  height:50%;
  text-align: center;
  position:relative;
  margin: auto;
}

.player {
  width:30%;
  height:100%;
  position:relative;
  text-align: center;
}

.vidscore {
  width:100%;
  height:100%;
  display: block;
}

.webgl {
  width:80%;
  height:50%;
  position:absolute;
  top:0px;
  left:0px;
  /* border:4px solid rgb(247, 255, 15); */
}