html,
body {
  margin: 0;
  height: 100%;
}

.player-container {
  position: relative;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  background-color: #000;
}

.player-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.error-container {
  position: relative;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-color: #000;
}

.error-block {
  display: block;
  padding: 20px;
  text-align: center;
  color: #ccc;
}

.error-block p {
  margin: 5px 0;
}
