.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#control_left{
  position: fixed;
  left: 0px;
  bottom: 50%;
  font-size: 5em;
}

#control_right{
  position: fixed;
  right: 0px;
  bottom: 50%;
  font-size: 5em;
}

#bgControl:hover{
  cursor:pointer;
  background: #fff;
}

#sound_control_container{
  position: fixed;
  bottom: 0px;
  left: 0px;
}

#divOverlay{
  display: none;
  position: fixed; 
  height: 100%; 
  width: 100%; 
}

.modal-body{
  background: #161618;
}