#mainContainer {
  position: absolute;
  width: 320px;
  height: 130px;
  z-index: -3;
}

#content, #adContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 640px;
  height: 320px;
  z-index: -3;
}

#contentElement {
  position: absolute;
  width: 320px;
  height: 120px;
  overflow: hidden;
  z-index: -3;
}

#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;
}

@font-face {
    font-family: '1ONEMobilePOP';
    src: url('mFont.woff2') format('woff2'),
    url('mFont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

