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;
}
.uvideo-message {
  background-color: black;
  height: 320px;
  object-fit: inherit;
  width: auto;
}