#captureButton{
   background:  url('../images/click.png') no-repeat;
   background-size: contain;
   width: 60px;
   height: 60px;
   position: absolute;
   top: 50%;
   left: 50%;
   margin: -30px 0 0 -30px;
   border: none;
   display: none;
}

#camera--output{
   background-size: cover; 
   background-repeat: no-repeat;
   background-position: center;
   width: 100%; 
   height: 250px;
   display: none;
}

#excluiFoto{
   display: none;
   position: absolute; 
   top: 10px; 
   right: 10px;
   width: 26px;
   height: 26px;
   border-radius: 100%;
   background: #000;
   color: #FFF;
   text-decoration: none;
   text-align: center;
   line-height: 25px;
   padding-left: 1px;
}

#excluiFoto:hover{
   color: chartreuse;
}

#video{
   background: url('../images/selfie.png') no-repeat;
   width: 100%;
   height: 300px;
   background-size: contain;
}