/* .player {
  height: 100%;
  width: 100%;
}

.vjs-tech,
.vjs-custom-skin {
  width: 100% !important;
  height: 100% !important;
}

.video-js {
  width: 100%;
  height: 100%;
} */
.video-container {
  position: relative;
  width: 100%;
  max-height: 400px;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}