
* {
  -webkit-font-smoothing: antialiased;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }


.demo-image {
  cursor: url("../img/plus_cursor.png") 25 25, auto;
  display: inline-block;
  width: 740px;
  height: 740px;
  background-size: cover;
  background-position: 50% 50%;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 16px; }
  .demo-image.first {
 background-image: url("../img/h1_small.jpg"); }

