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: 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%;
    display: block;
    position: absolute;
    bottom: 5%;
    left: 25%;
}

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

#videoBox {
    position: relative;
    width: 90%;
    margin-top: 70%;
    margin-left: 5%;
}

#promoContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    visibility: hidden;
    background: url('bg-inside.jpg') bottom center no-repeat;
    background-size: cover;
}

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

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


.dropzone {
    position: absolute;
    top: 30%;
    width: 20%;
    transform: scale(0);
}

#dropFries {
    left:10%
}

#dropNuggets {
    left: 40%;
}

#dropPop {
    right: 10%;
}

.items {
    width:15%;
    position: absolute;
    top: 65%;
}

#itemPop {
    left: 10%;
    transform: scale(0);
}

#itemFries {
    left: 43%;
    top: 63%;
    transform: scale(0);
}

#itemNuggets {
    right: 10%;
    top: 63%;
    transform: scale(0);
}

#arrow {
    width: 10%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

#brandLogo {
    position: absolute;
    width: 20%;
    bottom: 2%;
    left: 40%;
    transform: scale(0);
}

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

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

#headline {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 25%;
}

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