.dplayer {
    height: 600px;
  }
  .dplayer-menu-item{
    display: none;
  }
  @media only screen and (max-width: 768px) {
    .dplayer {
        height: 250px;
      }
  }