.mw-centered-container {
  margin: 0 auto;
  margin-top: 50px;
  width: 80%;
  max-width: 80%;
}

.mw-aspect-ratio-box {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
  background-color: #191919;
  min-width: 800;
}

.mw-player {
  display: inline-block;
  position: relative;
}

.mw-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 0x;
}

.mw-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: auto;
  z-index: 1000;
}

.mw-fullscreen {
  display: block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  right: 20px;
  top: 20px;
}
