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 #134c84;
}

#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%;
    display: block;
    position: absolute;
    left: 30%;
    bottom: 10%;
    transform-origin: bottom center;
    transform: scale(1,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'); */


#dropzone {
    width: 60%;
    height: 30%;
    position: absolute;
    left: 20%;
    top: 20%;
    background: #000;
}

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

#btn1 {
    position: absolute;
    background: url('ing1.png') no-repeat center center;
    background-size: contain;
    top: 20%;
    left: 25%;
}

#btn2 {
    position: absolute;
    background: url('ing2.png') no-repeat center center;
    background-size: contain;
    top: 22%;
    left: 55%;
}

#btn3 {
    position: absolute;
    background: url('ing3.png') no-repeat center center;
    background-size: contain;
    top: 33%;
    left: 80%;
}

#btn4 {
    position: absolute;
    background: url('ing4.png') no-repeat center center;
    background-size: contain;
    top: 55%;
    left: 5%;
}

#btn5 {
    position: absolute;
    background: url('ing5.png') no-repeat center center;
    background-size: contain;
    top: 70%;
    left: 35%;
}

#btn6 {
    position: absolute;
    background: url('ing6.png') no-repeat center center;
    background-size: contain;
    top: 70%;
    left: 75%;
}

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

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

#logo {
    width: 25%;
    position: absolute;
    top: 5%;
    left: 5%;
}

#bar {
    width: 70%;
    position: absolute;
    height: 0;
    padding-top: 27.04%;
    top: 40%;
    left: 15%;
    transform: rotate(25deg);
}

.barItem, #barBase, #drop {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#drop {
    opacity: 0.3;
}

#c1, #c2, #c3, #c4, #c5, #c6 {
    opacity: 0;
}

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

#headline {
    position: absolute;
    top: 5%;
    right: 10%;
    width: 50%;
    transform: scale(1,0);
    transform-origin: bottom center;
}

#t1 {
    width: 100%;
    position: absolute;
    bottom: 20%;
    left: 0;
    transform-origin: bottom center;
    transform: scale(1,0);
}

#ins {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}