.shadow {
  -webkit-box-shadow: 5px 5px 5px #63662c;
  -moz-box-shadow: 5px 5px 5px #63662c;
  box-shadow: 5px 5px 5px #63662c;
  margin-bottom: 10px;
}

#canvas {
  position:relative;
  height:467px;
  width:700px;
  margin:0 auto;
  margin-top: 30px;
  cursor:pointer;
}
#canvas img {
  position:absolute;
  width: 700px;
  height: 467px;
  left:0;
}

@media (max-width: 767px) {
	#canvas {
		width: 450px;
		height: 300px;
	}
	#canvas img{
		width: 450px;
		height: 300px;
	}
}
