#pButton{
	height:10vw;
	width: 10vw;
	border: none;
	background-size: 100% 100%;
	background-position: center;
}
.play{background: url('images/play.png') no-repeat;}
.pause{background: url('images/pause.png') no-repeat;}

.content {
  max-width: 500px;
  margin: auto;
}

.containers {
  width: 50%;
  height: auto;
  margin: auto;
  position: relative;
}
html, body {
  height: 100%;
  margin: 0;
  background-image: url("images/bg.gif");
}

.full-height {
  height: 100%;
}
.b {
  height: 50%;
}
#bottom {
  position: relative;
  left: -50%
}

#bottom-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.prompt {
  display: block;
  font-size: 4vw;
}
