html,
body {
	height: 100%;
	background-image: url('w7cby.jpg');
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center; 
	margin: 0;
	padding: 0;
	overflow: hidden;
}


img {
  font-family: monospace;
  position: absolute;
  line-height: 60px;
  text-align: right;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  display: block;
  outline: none;
/*  opacity: 0.8; */
}

img:hover {
  background: transparent;
  cursor: pointer;
}



.wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  max-height: 100%;
}

.container {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.scene {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.layer {
width: 100%;
height: 100%;
position: absolute;

  pointer-events: none;
}

.fill {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.expand-width {
  width: 100%;
}


.aspect {
  opacity: 0.2;
}


img:nth-child(1) {
  bottom: 24%;
  left: 20%;
  width: 32%;
}

img:nth-child(2) {
  bottom: 0;
  left: 0;
  width: 30%;
}

img:nth-child(3) {
  top: 0;
  left: 30%;
  width: 20%;
}

img:nth-child(4) {
  top: 0;
  right: 20%;
  width: 30%;
}

img:nth-child(5) {
  bottom:0;
  left: 25%;
  width: 22%;
}

img:nth-child(6) {
  top: 0;
  left: 0;
  width: 55%;
}


img:nth-child(6) {
  top: 0;
  left: 0;
  width: 36%;
}

img:nth-child(7) {
  bottom: 0;
  right: 25%;
  width: 30%;
}

img:nth-child(8) {
  bottom: 0;
  right: 0;
  width: 30%;
}

img:nth-child(9) {
   bottom: 25%;
   right: 18%;
   width: 35%;
}

img:nth-child(10) {
  top: 30%;
  right: 0;
  width: 26%;
}

img:nth-child(11) {
  top: 30%;
  left: 0;
  width: 19%;
}

img:nth-child(12) {
  top: 20%;
  left: 32%;
  width: 20%;
}

img:nth-child(13) {
  top: 0;
  right: 0;
  width: 26%;
}

img:nth-child(14) {
  top: 0;
  left: 0;
  width: 27%;
}


img:nth-child(15) {
bottom: 15%;
right: 22%;
width: 28%;
}



@media (max-width: 768px) {

  body {
    padding: 0;
  }

  .wrapper {
    width: 100%;
    padding-bottom: 100%;
    max-height: 100%;
  }

  img:nth-child(1) {
    bottom: 22%;
    left:0;
    width: 30.5%;
  }

  img:nth-child(2) {
    bottom: 0;
    left: 0;
    width: 40%;
  }

  img:nth-child(3) {
    top: 0;
    left: 0;
    width: 32%;
  }

  img:nth-child(4) {
    top: 0;
    left: 30%;
    width: 36%;
  }

  img:nth-child(5) {
    bottom:0;
    left: 36%;
    width: 32%;
  }

  img:nth-child(6) {
    top: 12%;
    left: 0;
    width: 100%;
  }

  img:nth-child(7) {
    bottom: 32%;
    right: 0;
    width: 48%;
  }

  img:nth-child(8) {
    bottom: 0;
    right: 0;
    width: 28%;
  }

  img:nth-child(9) {
     bottom: 18%;
     right: 30%;
     width: 38%;
  }

  img:nth-child(10) {
    top: 0%;
    right: 0;
    width: 36%;
  }

  img:nth-child(11) {
    top: 31%;
    left: 0;
    width: 32%;
  }

  img:nth-child(12) {
    top: 48%;
    right: 0;
    width: 25%;
  }

  img:nth-child(13) {
    top: 20%;
    right: 0;
    width: 22%;
  }

  img:nth-child(14) {
    top: 20%;
    left: 0;
    width: 40%;
  }

  img:nth-child(15) {
     bottom: 22%;
     right: 25%;
     width: 35%;
  }

  
