@charset "utf-8";


.cover{
    background: url(start_960_640.png);
    background-color: #dffafd;
    background-position: center center;
    background-repeat: no-repeat;
    
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-size: contain;
    -o-background-size: contain;
   
}

.button{
	position: fixed;
	top: 73%;
	height: 10%;
	min-height: 50px;
	max-height: 100px;
}

.apple{
	right: 52%;
}

.google{
	left: 52%;
}

@-moz-document url-prefix() {
  .cover {
      height: 650px;
  }
}