.adLoadingWrapper {
  width: 100vw;
  height: 100vh;
  position: relative;
  display: none;
  z-index: 99987;
}
.adLoadingWrapper span {
  display: block;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

html,
body {
  margin: 0;
  padding: 0;
  background: #000;
}
#mainContainer {
  display: block;
  background-color: rgba(0, 0, 0, 1);
  height: 100%;
  width: 100%;
  position: absolute;
  overflow-y: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#adContainer {
  position: absolute;
  left: 0;
  width: 100%;
  /* height: 360px; */
  height: 100%;
  margin: 0 auto;
  -ms-flex-item-align: center;
  align-self: center;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000000;
  z-index: -100;
}

#contentElement {
  margin: 0 auto;
  background: #000000;
  position: absolute;
  top: -20%;
  z-index: -10;
}

.nonLinearContainer {
  bottom: 10;
  height: 100%;
}

#playButton {
  margin-top: 10px;
  vertical-align: top;
  width: 350px;
  height: 60px;
  padding: 0;
  font-size: 22px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  background: #2c3e50;
  border: 0;
  border-bottom: 2px solid #22303f;
  cursor: pointer;
  -webkit-box-shadow: inset 0 -2px #22303f;
  box-shadow: inset 0 -2px #22303f;
}
