html, body {
     width: 400px
}
.background {
  background-image: url('/3ds/images/bluecrystal.jpg');
  background-size: cover;
  position: absolute;
  width: 400px;
  height: 480px;
  left: 0;
  top: 0;
}