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-color: black;
    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: 40%;
    display: block;
    position: absolute;
    left: 30%;
    bottom: 5%;
    transform: scale(1,0);
    transform-origin: bottom center;
}

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

.count {
    position: absolute;
    width: 70%;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
}

#introText {
    width: 60%;
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
}

#t1, #t2 {
    width: 100%;
    opacity: 0;
}

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

#logo {
    position: absolute;
    top: 5%;
    width: 40%;
    left: 30%;
    transform: translateY(-300%);
}

#headline {
    position: absolute;
    bottom: 15%;
    width: 80%;
    left: 10%;
    transform: scale(0);
}

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

#pushBtn {
    width: 40%;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%);
}