body, html {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: 16px;
  height: 100%;
  width: 100%;
  font-family: Market Sans;
}

  .rmp-ext-buffering__message img {
    display: none
  }

.thumbnail {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.overlay {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.scheduleBlock {
  width: 100%;
  height: 100%;
  grid-row: 2;
  background-color: rgb(0, 0, 0, 0.7);
  color: white;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

  .scheduleBlock .title {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    padding: 0 10px;
  }

  .scheduleBlock .liveEnd {
    text-align: center;
    line-height: 20px;
  }

  .scheduleBlock .countdown {
    text-align: center;
    line-height: 20px;
  }

  .scheduleBlock .liveNotFound {
    text-align: center;
    line-height: 20px;
  }


  .thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.accessCodeForm {
    width: 53%;
    margin: 0 auto;
}

.accessCodeForm .accessCodeInfo {
    color: white;
    text-align: justify;
    display: inline-block;
}

.accessCodeForm .accessCodeInput {
    width: 100%;
    margin: 5px auto 7px auto;
}

.accessCodeForm .accessCodeSubmit {
    cursor: pointer;
    padding: 3px 35px;
    background-color: #1a96fc;
    color: white;
    border-radius: 5px;
    display: table;
    margin: 0 auto;
}

.accessCodeForm .wrongCodeMessage {
    color: red;
    display: block;
    margin: 2px auto 0 auto;
    font-size: 14px;
    text-align: center;
}