#tutorial-dongle {
  position: fixed;
  top: 82px;
  right: -70px;
  width: 45px;
  height: 38px;
  z-index: 1039;
  font-size: 21px;
  padding-left: 13px;
  padding-top: 6px;
  background-color: #35445C;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  border-radius: 7px 0 0 7px;
  -moz-box-shadow: -3px 4px 4px 1px #a1a3a6;
  -webkit-box-shadow: -3px 4px 4px 1px #a1a3a6;
  box-shadow: 3px 2px 1px 1px rgba(161, 163, 166, 0.85);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#video_controls {
  position: absolute;
  z-index: 2147483648;
  right: 3.3vh;
  top: .7vw;
  cursor: pointer;
}

#closeTutorial {
  background-color: rgba(0, 0, 0, 0.49);
  padding: 9px 5px 1px 5px;
  color: white;
}

.tutorial_video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#video_controls {
  position: absolute;
  z-index: 2147483648;
  right: 3.3vh;
  top: .7vw;
  cursor: pointer;
}

#closeTutorial {
  background-color: rgba(0, 0, 0, 0.49);
  padding: 9px 5px 1px 5px;
  color: white;
}


.videoBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#videoArea {
  width: 80%;
  position: relative;
  margin: 0 auto;
  top: 4%;
  height: 44vw;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#videoArea.hidden1 {
  height: 1px;
  margin-top: 50vh;
}


#videoArea.hidden2 {
  height: 1px;
    width: 0%;
}

#tutorial_element {
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  display: block;
  float: left;
  background: black;
  height: 100%;
  border: 2px solid white;
}

@media only screen and (max-width: 959px) {
  #videoArea {
    top: 30%;
  }

  #videoArea.hidden1 {
    height: 1px;
    margin-top: 20vh;
  }
}
