.scratchpad {
  width: 450px;
  height: 445px;
  border: solid 1px #FFFFFF;
  margin: 0 auto;
}


.scratch-container {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.promo-container {
  background: #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  color: #333;
  font-size: 16px;
  margin-top: 20px;
}


@media only screen and (max-width: 480px) {
  .scratchpad {
    width: 300px;
    height: 297px;
  }

  .scratch-container {
    width: 400px !important;
  }
}
@media only screen and (max-width: 320px) {
  .scratchpad {
    width: 290px;
    height: 287px;
  }

  .scratch-container {
    width: 290px !important;
  }
}
