/*
 * Media player — ui-player.
 */

ui-player,
.ui-player {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #000;
}

.ui-player__media {
  width: 100%;
  flex: 1;
}

audio.ui-player__media {
  height: 48px;
  flex: none;
  margin-top: auto;
}
