html,
body {
  padding: 0;
  margin: 0;
  font-family: "Play", "Helvetica Neue", "Arial", sans-serif;
  font-weight: normal;
  line-height: 160%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  height: calc(100% - 80px);
} /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.example {
  padding: 50px 10px 10px 10px;
  color: #000000;
  display: inline-block;
  /* background-color: rgb(255, 255, 255); */
}
.example .game {
  display: inline-block;
  /* width: 200px;
  height: 330px; */
  position: static;
  height: calc(75vh);
  width: calc(45vh);
  border: rgb(255, 255, 255) 2px solid;
  border-radius: 5px;
}
.example .game .blockrain-score-holder {
  left: -50px;
  top: -45px;
  right: auto;
  text-align: left;
  margin-left: 55px;
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
  font-weight: bold;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
  1px 1px 0 #000;
}
.example .game .blockrain-score-holder .blockrain-score-num {
  font-size: 24px;
  font-weight: normal;
}
.example .game .blockrain-start,
.example .game .blockrain-game-over {
  top: auto;
  transform: none;
  height: 100%;
}
.example .game .blockrain-start-msg,
.example .game .blockrain-game-over-msg {
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  top: -16px;
  width: 100%;
}
.example .game .blockrain-game-over-msg {
  top: 50%;
  font-size: 24px;
  margin-top: -24px;
}
.example .game .blockrain-start-btn,
.example .game .blockrain-game-over-btn {
  position: absolute;
  border-radius: 20px;
  left: 100%;
  bottom: 3px;
  border: none;
  background: #ffffff;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 55px;
  width: 120px;
  padding: 13px 0;
  font-size: 16px;
}
.example .game .blockrain-start-btn:before,
.example .game .blockrain-start-btn:after,
.example .game .blockrain-game-over-btn:before,
.example .game .blockrain-game-over-btn:after {
  display: none;
}

#example-slider {
  width: 400px;
}
.example {
  height: 100%;
}
.example .game {
  float: right;
}
.example .game .blockrain-start-btn,
.example .game .blockrain-game-over-btn {
  left: 50%;
  bottom: auto;
  top: 50%;
  margin-left: -60px;
  margin-top: -20px;
}
.example .game .blockrain-start-msg,
.example .game .blockrain-game-over-msg {
  top: 50%;
  margin-top: -75px;
}
