input.inputvideoupload {
    appearance: none;
    -webkit-appearance: none;
    moz-appearance: none;
    opacity: 0.0;
}

.videouploadbtn {
    background: url(assets/videoupload.png);
    background-size: 36px;
    background-repeat: no-repeat;
    background-position: center 5px;
    width: 34px;
    height: 41px;
    overflow: hidden;
}
.videopostholder {
  background: #000 none repeat scroll 0 0;
  text-align: center;
  margin-bottom: 23px;
}
.uvideo-message {
  background-color: black;
  height: 320px;
  max-width:100%;
  
}
#selected-video{
	padding:5px 15px;
}
#queued-files video{
	width:100%;
	pointer-events:none;
}