body, html{
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}

body{
	color: #fff;
	text-align: center;
	font-family: 'Impact';
	margin: 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #fff;
  overflow-x: hidden;
}

.wrapper{
	max-width: 988px;
  width: 100%;
  box-sizing: border-box;
	margin: 0px auto;
  display: inline-block;
  min-height: calc(100vh - 479px - 209px);
  position: relative;
}

.header {
  position: relative;
  width: 100%;
  height: 479px;
  background:  transparent url('images/top.jpg') no-repeat bottom center; 
}

.header img {
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: -480px;
}

.footer {
  position: relative;
  width: 100%;
  height: 209px;
  background:  transparent url('images/footer.jpg') no-repeat bottom center; 
  text-align: center;
}

.footer img {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -203px;
}

.rest {
  width: 146px;
  height: 197px;
  background: transparent url('images/rest.png') no-repeat center; 
  position: absolute;
  color: #172562;
  right: 50px;
  top: -60px;
  pointer-events: none;
  z-index: 1;

}

.rest span {
  text-shadow: 3px 2px #1b7596;
  font-size: 60px;
  position: absolute;
  left: 40px;
  top: 20px;
  opacity: 0.8;
}

.std-holder {
  width: 100%;
  height: 899px;
  transform-origin: 0 0;
}

.std-holder .image {
  cursor: pointer;
  position: relative;
}

.std-holder .left {
  width: 988px;
  height: 455px;
  background: transparent url('images/game.jpg') no-repeat top center;
}

.std-holder .right {
  width: 988px;
  height: 444px;
  background: transparent url('images/game.jpg') no-repeat bottom center;
}

.std-holder .right > div {
  position: relative;
  height: 100%;
  width: 100%;
  transform: rotate(-9deg);
  left: 144px;
  top: -91px;
}

.found{
  width: 145px;
  height: 146px;
  background-image: url('images/found.png');
  background-repeat: no-repeat;
  position: absolute;
  pointer-events: none;
}

.std-holder .spot{
  position: absolute;
}

.std-holder .left .found{  
  margin-top: -20px;
  margin-left: -20px;
}

.std-holder .right .found{
  margin-top: -20px;
  margin-left: -20px;
}

.std-winning {
  position: absolute;
  width: 100%;
  height:  100%;
  margin-top: 50px;
  margin-bottom: 30px;
  opacity: 0;
  top:  0;
  left: 0;
  display: none;
}

.std-winning img {
  width: 100%;
  max-width: 643px;
}

/* respo */

@media all and (max-width: 980px){
  body {
    overflow-x: hidden;
  }
  .header img {
    margin-left: -125px;
    width: 250px;
  }
}


