body {
    margin: 0;
    padding: 0;
    font-size:1em;
    font-family: Arial, Helvetica, sans-serif;
}

#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-color: gray;
    overflow: hidden;
    visibility: hidden;
}

img {max-width: 100%; display: 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: 100%;
    height: 100%;
    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'); */

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

#dropzone {
    width: 70%;
    position: absolute;
    left: 15%;
    top: 40%;
    transform: translateX(-300%);
}

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

.ticket {
    width: 40%;
    position: absolute;
    transform-origin: center center;
    opacity: 0;
}

#flexi {
    top: 15%;
    left: 5%;
    transform: rotate(-10deg);
    
}

#select {
    top: 19%;
    left: 55%;
    transform: rotate(10deg);
}

#theme {
    top: 70%;
    left: 10%;
    transform: rotate(14deg);
}

#unlimited {
    top: 60%;
    left: 55%;
    transform: rotate(-10deg);
}

#flexiBox, #selectBox, #themeBox, #unlimitedBox {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #e00885;
    top: 0;
    left: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#logoLast {
    position: absolute;
    width: 50%;
    left: 25%;
    top: 3%;
    transform: translateY(-300%);
}

h2 {
    font-size: 1.3em;
    width: 90%;
    display: block;
    color: #ffffff;
    text-align: center;
}

p {
    font-size: 0.9em;
    color: #ffffff;
    display: block;
    width: 90%;
    text-align: center;
}

.hero {
    width: 100%;
    margin-bottom: 5%;
}

#flexiCta, #selectCta, #themeCta, #unlimitedCta {
    width: 50%;
    position: absolute;
    left: 25%;
    bottom: 5%;
    transform: translateY(300%);
}