body,
html,
#adContainer {
  width: 970px;
  height: 250px;
  margin: 0;
  padding: 0;
}

/*	body {
		border: 1px solid #000;
		box-sizing: border-box;
	}*/

#replay,
#button,
#logo,
#text,
#title {
  opacity: 0;
}

#replay-button {
  position: absolute;
  z-index: 40;
  cursor: pointer;
}

#adContainer {
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

#logo,
#text,
#title {
  position: absolute;
  left: 0;
  top: 0;
}

#button {
  transform-origin: 80% 50%;
}

#border {
  position: absolute;
  z-index: 9;
}

#button {
  position: absolute;
  z-index: auto;
}

#logo {
  z-index: 1;
}

#text {
  z-index: 3;
}

#replay {
  position: absolute;
  left: 935px;
  width: 35px;
  top: 0;
  z-index: 10;
}
