html, body
{ 
    overflow: hidden;
    padding: 0;	
    margin: 0;
  		
}

/* ------- */
.well {
    border-radius: 10px;
    padding: 7px;
}

.translucent {
    background-color: rgba(0, 0, 0, 0.8);
}
/* ------- */


#media{
    position: absolute;
    top:0;
    z-index: 0;
}
#av-player{top: 0; left: 0; width: 1920px; height: 1080px;}


