* {
  margin: 0;
  padding: 0;
  -ms-touch-action: none;
}

img {
  display: block;
  margin: 0 auto;
}
img:hover {
  cursor: pointer;
}

.circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.wrapper {
  width: 90vmin;
  height: 90vmin;
  max-width: 400px;
  max-height: 400px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.no-playback {
  margin: 0 auto;
  display: none;
}

footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}
footer p {
  width: 75%;
  text-align: center;
  margin: 0 auto;
}

.button {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5%;
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button:hover {
  cursor: pointer;
}

.gray {
  width: inherit;
  height: inherit;
  background-color: #EEE;
  margin: 0;
  -moz-box-shadow: 0px 15px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.red {
  width: 88%;
  height: 88%;
  background-color: #D92727;
  margin: 0 auto;
  top: 6%;
  position: relative;
  -moz-box-shadow: inset 0px 0px 500px rgba(0, 0, 0, 0.15), 0px 5px 0px rgba(0, 0, 0, 0.5), inset 0px 10px 15px rgba(255, 255, 255, 0.33);
  -webkit-box-shadow: inset 0px 0px 500px rgba(0, 0, 0, 0.15), 0px 5px 0px rgba(0, 0, 0, 0.5), inset 0px 10px 15px rgba(255, 255, 255, 0.33);
  box-shadow: inset 0px 0px 500px rgba(0, 0, 0, 0.15), 0px 5px 0px rgba(0, 0, 0, 0.5), inset 0px 10px 15px rgba(255, 255, 255, 0.33);
  -moz-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}

.red-inset {
  -moz-box-shadow: inset 0px 0px 800px rgba(0, 0, 0, 0.75), inset 0px 5px 0px rgba(0, 0, 0, 0.25), inset 0px -5px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0px 0px 800px rgba(0, 0, 0, 0.75), inset 0px 5px 0px rgba(0, 0, 0, 0.25), inset 0px -5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 0px 800px rgba(0, 0, 0, 0.75), inset 0px 5px 0px rgba(0, 0, 0, 0.25), inset 0px -5px 0px rgba(0, 0, 0, 0.25);
}

.button-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 6em;
  background-color: none;
  margin: 0;
  opacity: 0;
  position: relative;
  width: 50%;
  text-align: center;
  line-height: 1em;
  top: 34%;
  left: 8%;
  color: #fff;
  color: rgba(255, 125, 125, 0.75);
  text-shadow: 0px 0px 50px rgba(255, 0, 0, 0.25);
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
}
.button-text.button-text--visible {
  opacity: 1;
}
.button-text:hover {
  cursor: pointer;
}
.button-text.seanpaul {
  font-size: 3em;
  width: 95%;
  left: 3%;
  top: 44%;
}

@media only screen and (max-width: 450px) {
  .button-text {
    display: none;
  }
}
@-ms-viewport {
  width: device-width;
}
