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: flex;
    background-color: gray;
    overflow: hidden;
    visibility: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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

#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: 5vh;
    transform: translateY(50vh);
}

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

#background {
    width: 100%;
    height: 100%;
    display: block;
    background: url('background.jpg') center top / cover;
    position: absolute;
}

#background-glow {
    width: 100%;
    height: 100%;
    display: block;
    background: url('background-glow.jpg') center top / cover;
    position: absolute;
    opacity: 0;
}

#hero {
    width: 100%;
    aspect-ratio: 1080/1107;
    position: absolute;
    margin-top: 25vh;
    transform-origin: bottom center;
}

#heroGlow {
    width: 100%;
    aspect-ratio: 1080/1107;
    position: absolute;
    top: 0;
    opacity: 0;
}

#starglow {
    width: 100%;
    aspect-ratio: 1080/1107;
    position: absolute;
    top: 0;
    opacity: 0;
}

#heroImg {
    opacity: 0;
}

#outline {
    width: 100vw;
    aspect-ratio: 1080/1107;
    position: absolute;
    overflow: hidden;
    top: 0;
}

#features {
    width: 95vw;
    aspect-ratio: 1860/362;
    position: absolute;
    bottom: 3vh;
    display: flex;
}

.feat {
    width: 25%;
    aspect-ratio: 465/362;
    position: absolute;
    transform: translateY(50vh);
}

#feat2 {
    left:25%
}

#feat3 {
    left:50%
}

#feat4 {
    left:75%
}

#introTxt {
    width: 100%;
    position: absolute;
    top: 10vh;
    transform: translateY(-50vh);
}

#platinum, #ins {
    width: 100%;
    position: absolute;
}

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

.fTxt {
    opacity: 0;
}