.page,
.activity {
  display: block !important;
  height: 100%;
  padding-bottom: 0 !important;
}
.activity .status {
  position: absolute;
}
.activity .iframe,
.activity .video {
  background: #fff;
  height: 100%;
  position: relative;
}
.activity .iframe .admin-only {
  width: 100%;
  background-color: red;
  border-radius: 10px;
  line-height: 50px;
  font-family: monospace;
  text-align: center;
  position: relative;
}

.activity .interstitial,
.activity iframe,
.activity video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.activity .interstitial {
  align-items: stretch;
  background: #fff;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 330px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .activity .interstitial {
    align-items: center;
  }
}
.activity .interstitial h3 {
  font-family: proxima-nova, tahoma, sans-serif;
  font-size: 25px;
  margin: 50px;
}
.activity .interstitial p {
  font-family: proxima-nova, tahoma, sans-serif;
  font-size: 28px;
  margin-top: 20px;
}
.activity .btns {
  text-align: center;
}
.activity .btns .btn {
  margin: 0 1em 1em;
}

.scorm-ui-player-iframe-wrapper iframe {
  height: 100vh;
}
