.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 36 px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga';
  cursor: pointer;
}

#progress-bar{
    position: relative;
    width: 100%;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

#vid_wrap  {
    position: relative;
    border-radius: 10px;
    /*padding-bottom: 56.25%;*/
    /*height: 0;
    overflow: hidden;*/
}

#video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    border: none;
    min-width: 600px;
}