body {
    overflow: hidden; /* Hide scrollbars */
  }
    
  #video_box {
      position:absolute;
      left: 120px;
  }
  #audience_overlays {
      position:absolute;
      width:160px;
      min-height:40px;
      z-index:30000;
      bottom:-27px;
      right:140px;
  }
  
  #pal_overlays {
      position:absolute;
      width:160px;
      min-height:40px;
      z-index:300000;
      bottom:4px;
      right: 3.5px;
  }
  
  #logo{
    display: block;
    margin-left: 575px;
    margin-right: auto;
    width: 50vw;
  }
  
  .btnemotes{
    text-align: right;
    padding-right: 30px;
  }

  #thumb {  
    font-size: 40px;
    border: none;
    border-radius: 10px;
    background-color: white;
  }

  #thumb:hover{
    background-color: whitesmoke;
  }
  
  #miniThumb {
    position:absolute;
    right: 145px;
    display: none;
    z-index: 100000;
    bottom: 30px;
  }

  #laugh {  
    font-size: 40px;
    border: none;
    border-radius: 10px;
    background-color: white;
  }

  #laugh:hover{
    background-color: whitesmoke;
  }
  #miniLaugh{
    position:absolute;
    right: 145px;
    display: none;
    z-index: 100000;
    bottom: 30px;
  }

  #fire {  
    font-size: 40px;
    border: none;
    border-radius: 10px;
    background-color: white;
  }

  #fire:hover{
    background-color: whitesmoke;
  }

  #miniFire{
    position:absolute;
    right: 145px;
    display: none;
    z-index: 100000;
    bottom: 30px;
  }

  #skull {  
    font-size: 40px;
    border: none;
    border-radius: 10px;
    background-color: white;
  }

  #skull:hover{
    background-color: whitesmoke;
  }

  #miniSkull{
    position:absolute;
    right: 145px;
    display: none;
    z-index: 100000;
    bottom: 30px;
  }

  #heart {  
    font-size: 40px;
    border: none;
    border-radius: 10px;
    background-color: white;
  }

  #heart:hover{
    background-color: whitesmoke;
  }

  #miniHeart{
    position:absolute;
    right: 145px;
    display: none;
    z-index: 100000;
    bottom: 30px;
  }

  #sad {  
    font-size: 40px;
    border: none;
    border-radius: 10px;
    background-color: white;
  }

  #sad:hover{
    background-color: whitesmoke;
  }
  #miniSad{
    position:absolute;
    right: 145px;
    display: none;
    z-index: 100000;
    bottom: 30px;
  }


  
