.element-castle {
  position: absolute;
  top: 0;
  right: 0;
  margin: 40px;
}

.element-gameboy {
  position: absolute;
  top: 0;
  left: 0;
  margin: 40px;
}

.element-ghost {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 40px;
}

.element-puzzle {
  position: absolute;
  left: 0;
  top: 40%;
  margin: 40px;
}

.element-tetris {
  position: absolute;
  right: 0;
  top: 40%;
  margin: 40px;
}

.element-gamepad {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 40px;
}

@media(max-width:1024px){
  .elements {
    display: none;
  }
}