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 black;
}

#contents {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: url('bg.jpg') center center / cover;
    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%;
    left: 25%;
    bottom: 15%;
    display: block;
    position: absolute;
    
}


/* 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%;
    left: 30%;
    top: 2%;
    position: absolute;
    transform: translateY(-200%);
}
#fishTail {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('tail-cut.png') center center / cover;
}

#fillet {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('fillet.png') center center / cover;
    opacity: 0;
}


#fishHead {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('head-cut.png') center center / cover;
}

#fishCenter {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('center-cut.png') center center / cover;
}

#fishHead, #fishTail, #fishCenter {
    transform: translateX(100%);
}

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

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

#tap, #tap2, #tap_Video {
    width: 80%;
    left: 10%;
    position: absolute;
    top: 75%;
    transform: scale(0);
}

.txt {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: scale(0);
}

.featureBox {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url('last-bg.jpg') center center / cover;
}

#galleryBox, #videoBox {
    left: -100%;
}

.backBtn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
}


#videoBoxHolder {
    position: relative;
    width: 100%;
    margin-top: 50%;
    
}

#duration {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
}

#recipe {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    display: flex;
    justify-content: center;
    align-items: center;
}

#recipeText {
    width: 90%;
}



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

#videoFall, #videoSalad {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    background: #000;
}

#tunafall, #salad {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }

#board {
    position: absolute;
    top: 35%;
  }