.ml-player-wrap, .ml-player-container, .ml-player {
  border: none;
  padding: 0px;
  margin: 0px;
}
.ml-player-wrap {
  max-width: 100%;
  margin:auto;
  clear:both;
  position: relative;
  color: #fff;
}
.ml-player-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.ml-player {
position: absolute;
top: 0;
left: 0;width: 100%;
height: 100%;
padding:0px;
margin: 0px;
border: none;
}
