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 #ffb658;
    background-size: 60% auto;
}

#contents {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: url('bg.jpg') center center / cover;
    overflow: hidden;
    visibility: hidden;
}

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

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


/* 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: 30%;
    position: absolute;
    top: 2%;
    left: 35%;
    z-index: 3;
    transform: translateY(-150%);
}

#introCont {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#tray {
    width: 100%;
    height: auto;
    padding-bottom: 45%;
    position: absolute;
    bottom: 0;
    background: url('tray.jpg') center bottom / cover;
}

.ing {
    position: absolute;
    width: 100px;
    transform: scale(0);
}

#ing1 {
    left: 0;
    bottom: 0;
}

#ing2 {
    left: 0;
}


#ing3 {
    left: 50%;
    bottom: 0;
}

#ing4 {
    left: 50%;
}

#ing5 {
    right: 0;
}

#ing6 {
    right: 0;
    bottom: 0;
}

#burgers {
    width: 50%;
    position: relative;
    padding-top: 46.53%;
    height: 0;
    margin-top: 5%;
}

#burgerCont {
    width: 100%;
    position: relative;
    padding-top: 93.05%;
}

.burger {
    position: absolute;
    width: 100%;
    display: block;
    top: 0;
    opacity: 0;
}

#burg6 {
    z-index: 1;
}

#headline, #lastPiece {
    position: absolute;
    top: 20%;
    transform: scale(0);
}

#lastPiece {
    opacity: 0;
    transform: scale(1);
}

#dropzone {
    position: absolute;
    width: 80%;
    height: auto;
    padding-top: 60%;
    /* background-color: bisque; */
}

#drag, #pick {
    width: 80%;
    position: absolute;
    bottom: 30%;
    animation: pop 0.6s ease-in-out infinite;
    opacity: 0;
}


@keyframes pop {
    0% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.95);
    }
    
}


#sauces {
    width: 100%;
    position: absolute;
    top: 20%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.sauce {
    width: 30%;
    margin: 1%;
    transform: scale(0);
}

#drip {
    width: 20%;
    height: auto;
    position: absolute;
    top: 15%;
    transform: translateY(-100%);
    padding-bottom: 65.37%;
}

.pack {
    position: absolute;
    top: 5%;
    opacity: 0;
}

.drip {
    position: absolute;
    top: 50%;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

#finalCont {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('bg-last.jpg') center bottom / cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    z-index: 2;
}

#saucePack {
    transform: scale(0);
    width: 100%;
}

#lastHeadline {
    margin-bottom: 5%;
    margin-top: 5%;
    transform: scale(0);
}

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