body {
    margin: 0;
    padding: 0;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
}

#adContainer {
    width: 100%;
    height: 100vh;
    max-width: 600px;
    position: absolute;
    overflow: hidden;
    display: block;
    background: url('loading.png') center center no-repeat black;
}

#contents {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background-color: gray;
    overflow: hidden;
    visibility: hidden;
}

img {max-width: 100%;}

#close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    z-index: 1000;
    background-image: url('close.png');
}

#exit {
    width: 40%;
    left: 30%;
    bottom: 8%;
    display: block;
    position: absolute;
    transform: translateY(300%);
}

/* LANDSCAPE CONTROL */
#rotate {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url('rotation.png') center center no-repeat black;
    display: none;
}


@media only screen and (orientation: landscape) {
    #adContainer {max-width: 100%;}
    #rotate {display: block;}
  }

/* START STYLING HERE */
/* @import url('video.css');
@import url('carousel.css'); */

#bg {
    width: 100%;
    height: 100%;
    background: gray;
    background-size: cover;
    position: absolute;
}

#liquid {
    width: 100%;
    height: 100%;
    background: url('liquid.png') top center no-repeat;
    background-size: cover;
    position: absolute;
    top: 70%;
}

#bgmask {
    width: 100%;
    height: 100%;
    background: url('bg-mask.png') top center no-repeat;
    background-size: cover;
    position: absolute;
}

#bgglow {
    width: 100%;
    height: 100%;
    background: url('bg-glow.png') top center no-repeat;
    background-size: cover;
    position: absolute;
    opacity: 0;
}

#bottle {
    width: 25%;
    height: 0;
    padding-top: 44.44%;
    background: url('bottle.png') top left no-repeat;
    position: absolute;
    background-size: cover;
    right: 5%;
    bottom: -100%;
    cursor: pointer;
}

#ins {
    width: 70%;
    position: absolute;
    bottom: 5%;
    left: 5%;
    opacity: 0;
}

#lastScreen {
    width: 100%;
    height: 100%;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background: black;
}

#logo {
    width: 40%;
    position: absolute;
    top: 5%;
    left: 30%;
    transform: translateY(-150%);
}

#hero {
    width: 100%;
    position: absolute;
    top:50%;
}

#headline {
    width: 60%;
    position: absolute;
    left: 20%;
    bottom: 20%;
    transform: scale(0);
}