/* stylelint-disable declaration-no-important */
body {
  margin: 0;
}

.bitmovinplayer-container,
.mi-content {
  background-color: #f6f6f6;
  margin: 0;
}

@media screen and (max-width: 400px) {
  .mi-bp-stop,
  .mi-time-container,
  .mi-volume-bar-wrapper {
    display: none;
  }

  .mi-bp-play {
    padding-left: 2px;
  }

  .mi-big-play-cover {
    height: 53px;
    width: 53px;
    background-position: -675px 0;
    left: calc(50% - 26px) !important;
    top: calc(50% - 26px) !important;
    background-size: 527px 427px;
  }
}
