#doodle {
  position: relative;
  width: 558px;
  height: 258px;
  margin: 0 auto;
}

.doodle_layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}