html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    background: none;
    border: none;
    outline: none;
}

html {
    scroll-behavior: smooth;
}
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;
	background-image: url(ik.jpg);
    overflow: hidden;
}
input {
    position: absolute;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    margin: 0;
    display: block;
    border: 0;
    background: none;
}
#counter {
    position: absolute;
    top: 50%;
    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;
    }
}