video, canvas, object {
    width: 100%;
    height: 100%;
}

video:-webkit-full-screen {
    border-radius: 1px;
}
.display i.fa-spinner {
	position: absolute; top: 43%; left: 47.5%;
}
.display a.fa-arrows-alt {
	display:none;
	position: absolute; top: 5px; right:5px;opacity: 0.7; z-index:2;
}
.display a.fa-arrows-alt:before {
	color:#fff;
}
.display a.fa-microphone-slash,.display a.fa-microphone {
	display:none;
	position: absolute; bottom: 5px; right:10px;opacity: 0.7;z-index:2;
}
.display a.fa-microphone-slash:before {
	color:#900;
}
.display a.fa-microphone:before {
	color:#060;
}
.display:hover a.fa-arrows-alt, .display:hover a.fa-microphone-slash, .display:hover a.fa-microphone {
	display:block;
}

.ui-slider {
    height: 10px !important;
    background: #c0c0c0;
}

.ui-slider-handle {
    width: 16px !important;
    height: 16px !important;
    position:absolute;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
}
.ui-widget-header {
    background: #c0c0c0;
}

.ui-slider-range-min {
    background: black;
}

/* Prevent stretched picture in full screen mode */
canvas:-webkit-full-screen {
    width: initial;
    height: initial;
}

canvas:-moz-full-screen {
    width: initial;
    height: initial;
}