/* jwplayer CSS Document */
#video-player {
  width: 640px;
  height: 360px;
  margin: 20px auto;
}
  @media screen and (max-width: 768px) {
    #video-player {
      width: 100% !important;
      height: 370px !important;
    }
  }
  @media screen and (max-width: 425px) {
    #video-player {
      height: 195px !important;
    }
  }

.jwplayer.jw-skin-seven, .jw-display-icon-container {
  box-shadow: 0px 5px 10px 2px rgba(42,42,42,.75);
}

.jwplayer.jw-skin-seven:focus, .jw-display-icon-container:focus {
  outline:none;
}

