body, div, h1 {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: sans-serif;
  font-size: 16px;
  color: #583602;
}
body {
  background: #FFC41D;
}
#container {
  width: 100%;
  min-width: 1200px;
  max-width: 1500px;
  margin: 0 auto;
}
#container > div {
  position: relative;
  margin: 0 20px;
}

#key-visual {
  position: relative;
  display: block;
  height: 100vh;
  margin-left: 480px;
}
h1 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  text-indent:-999em;
  overflow:hidden;
  background: url("./images/snapshots.jpg") no-repeat;
  background-size: 100% auto;
}
#copyright {
  position: relative;
  padding: 15px 20px;
}

#action-panel {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 480px;
  height: 75%;
  min-height: 620px;
  max-height: 800px;
}
#action-panel > div {
  position: relative;
  display: block;
  width: 100% - 20px;
  height: 100%;
  margin-left: 20px;
  margin-top: -10%;
  padding-top: 40%;
  background: #FFF;
  border-radius: 0 0 40px 40px;
  box-shadow: -8px 8px 32px #363636;
}
#action-panel .logo {
  display: block;
  width: 288px;
  height: 352px;
  margin: 0 auto;
  background: url("./images/logo.png") 50% 50% no-repeat;
  background-size: 100% auto;
  text-indent:-999em;
  overflow:hidden;
}
#action-panel .slogan {
  display: block;
  width: 304px;
  height: 48px;
  margin: 20% auto 0;
  background: url("./images/slogan.png") 50% 50% no-repeat;
  background-size: 100% auto;
  text-indent:-999em;
  overflow:hidden;
}
#action-panel .downloads {
  position: absolute;
  bottom: 34px;
  padding: 0 26px 0 8px;
}
#action-panel .downloads > a {
  float: left;
  display: block;
  width: 196px;
  height: 61px;
  border-radius: 12px;
  margin-left: 16px;
  text-indent:-999em;
  overflow:hidden;
}
#action-panel .app-store {
  background: url("./images/app-store.png") no-repeat;
  background-size: 100% auto;
}
#action-panel .google-play {
  background: url("./images/google-play.png") no-repeat;
  background-size: 100% auto;
}