@import url(reset.css);
html, body {
    width: 100%;
    height: 100%;
}
body {
    font-family: sans-serif;
    color: #000;
    font-size: 100%;
    font-weight: normal;
    background: #fff no-repeat center bottom;
    background-size: cover;
    overflow: hidden;
	margin: 0;
}
body.one {
    background-image: url(aj.jpg);
}
body.two {
    background-image: url(aj.jpg);
}
input {
    position: absolute;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    margin: 0;
    display: block;
    border: 0;
    background: none;
}
#counter {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
#counter div {
    display: inline-block;
    text-align: center;
    font-size: 30px;
    margin: 10px;
}
#counter div span {
    display: block;
    font-size: 12px;
    text-align: center;
}
@media (min-width: 321px) {
    body.two {
        /*background-position: 0 -600px;*/
    }
}
@media (max-width: 768px) and (orientation : landscape) {
    body.two {
        background-position: 0 80%;
    }
}
@media (min-width: 768px) {
    body {
        background-size: contain;
        background-position: center center !important;
    }
}