body {
  margin: 0;
  padding: 0;
}
#canvas {
  background: url(https://hbobanners.wearebamp.com/720x300/img/720X300_a_2.jpg);
  background-size: 100%;
  background-color: transparent;
  width: 720px;
  height: 300px;
  cursor: url(https://hbobanners.wearebamp.com/88x88_scratch.png), pointer;
}
@media (max-width: 720px) {
  #canvas {
    width: 700px;
    height: 300px;
    margin: 0 auto;
  }
}
/*
#canvas video {
  position: absolute;
  top: 0;
  left: 0;
  width: 531px;
  height: 438px;
  z-index: 0;
}
#canvas canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
*/
