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 #963720;
}

#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: 50%;
    position: absolute;
    bottom: 10%;
    left: 25%;
    transform: translateY(500%);
}

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


#dropzone {
    width: 90%;
    height: 40%;
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0);
}

.item {
    width: 65px;
    height: 65px;
}

#btn1 {
    position: absolute;
    bottom: 20%;
    transform: translateY(800%);
}

#btn2 {
    position: absolute;
    bottom: 15%;
    transform: translateY(800%);
}

#btn3 {
    position: absolute;
    bottom: 15%;
    transform: translateY(800%);
}

#btn4 {
    position: absolute;
    bottom: 20%;
    transform: translateY(800%);
}

#itemBlock {
    width: auto;
    position: absolute;
    bottom: 30%;
    left:0;
}

#introBox {
    width: 100%;
    height: 100%;
    background: #963720;
    position: absolute;
}

.selBtn {
    width: 60%;
    margin-left: 20%;
    margin-bottom: 10px;
}


#btns {
    width: 100%;
    position: absolute;
    top: 40%;
}

#choose {
    width: 100%;
    position: absolute;
    top: 25%;
}

#maleBg {
    width: 100%;
    height: 100%;
    background: url('male-bg.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0;
    position: absolute;
}

#femaleBg {
    width: 100%;
    height: 100%;
    background: url('female-bg.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0;
    position: absolute;
}

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

#ins {
    position: absolute;
    bottom: 1%;
    width: 100%;
    transform: translateY(300%);
}

#headline {
    position: absolute;
    width: 100%;
    top: 20%;
    opacity: 0;
}

#headlineLast {
    position: absolute;
    width: 100%;
    top: 15%;
    transform-origin: bottom center;
    transform: scale(1,0);
}

.vmin {
    position: absolute;
    opacity: 0;
}

#prodBox{
    width: 100%;
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}

#prodFinal {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
}

#dropHere, .prod {
    position: absolute;
    top: 0;
    width: 100%;  
}

.prod {
    visibility: hidden;
}