body {
    margin: 0;
    padding: 0;
}

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

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

img {
    max-width: 100%;
    display: block;
    overflow: hidden;
}

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

#exit {
    width: 50%;
    display: block;
    margin-top: 5%;
    transform: scale(0);
}

/* 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'); */

#logo {
    width: 40%;
    position: absolute;
    left: 30%;
    top: 3%;
}

#tap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#intro {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('hero.png') center bottom / cover;
}

.plant {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('plant.png') center bottom / cover;
}

#textIntro {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
}

#textTap {
    position: absolute;
    bottom: 10%;
    width: 100%;
}

.questions {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #e7e1e1 url('plant.png') center bottom / cover;
    visibility: hidden;
}

#promoPage {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #e7e1e1 url('promoPage.png') center bottom / cover;
    visibility: hidden;
}

.q1Options, .q1Question {
    width: 100%;
}

#textQ2, #textQ3 {
    width: 100%;
}

#q3 {
    visibility: hidden;
}

#targetSlide {
    width: 40%;
    aspect-ratio: 1/1;
    margin-top: 3%;
    margin-bottom: 3%;
    background-image:  url('smiley.png');
    background-size: auto 100%;
    transform: scale(0);
}

#slideBounds {
    width: 80%;
    height: 30px;
    background: #ccc;
    margin-top: 5%;
    opacity: 0;
    position:relative;
}

#dragger {
    width: 30px;
    height: 30px;
    background: #ef5e4e;
    position: absolute;
    top: 0;
    left: 0;
}

#contBtn {
    width: 50%;
    margin-top: 5%;
    visibility: hidden;
}

#smileys {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
}

.face {
    width: 50%;
}

.text {
    width:100%;
    transform: scale(0);
}
#textFinal {
    margin-top: 30% !important;
}

#textFinal3 {
    margin-top: 5% !important;
}

.question {
    transform: scale(0);
}

#textQ2 {
    transform: scale(0);
}

.faceElem {
    transform: scale(0);
}