html,
body {
	overflow: hidden;
}

.mejs-container {
  height: auto !important;
  padding-top: 57%;
  width: 100% !important;
}

.mejs-overlay, .mejs-poster {
  height: auto !important;
  width: 100% !important;
}

.mejs-overlay-button {
  margin: 200px 0 0 -38px !important;
}

.mejs-mediaelement video {
  height: 100% !important;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  vertical-align: bottom!important;
  width: 100% !important;
}

.mejs-controls {
  background: black!important;
  width: inherit;
}
