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: gray;
    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;
    bottom: 20%;
    left: 30%;
    visibility: hidden;
    opacity: 0;
}

#vidBtn {
    width: 40%;
    display: block;
    position: absolute;
    bottom: 12%;
    left: 30%;
    visibility: hidden;
    opacity: 0;
}

#downArrow {
    width: 10%;
    background: url('down.jpg') no-repeat;
    background-size: cover;
    padding-top: 10%;
    position: absolute;
    top: 0;
    left: 45%;
}

/* 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%;
    position: absolute;
    background: url('bg.jpg') no-repeat center center;
    background-size: cover;
}

#logo {
    width: 20%;
    height: auto;
    display: block;
    position: absolute;
    left: 10%;
    transform: scale(1,0);
    transform-origin: top center;
}

#text1 {
    width: 100%;
    position: absolute;
    top: 20%;
    opacity: 0;
}

#text2 {
    width: 100%;
    position: absolute;
    bottom: 28%;
    opacity: 0;
}

#ins {
    width: 100%;
    position: absolute;
    bottom: 25%;
    opacity: 0;
}

#icon {
    width: 8%;
    position: absolute;
    bottom: 40%;
    left: 70%;
    opacity: 0;
}

#carhide {
    width: 30%;
    overflow: hidden;
    position: absolute;
    bottom: 40%;
    left: -100%;
}

.carSizeHide {
    width: 100%;
    height: 100%;
}

.carSize {
    width: 60%;
    position: absolute;
    bottom: 40%;
    left: -100%;
}

#swipeBox {
    width: 100%;
    height: 100%;
    position: absolute;
    visibility: hidden;
}

#car {
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px) scale(1,0.5);
    width: 80%;
    position: absolute;
    transform-origin: bottom center;
    bottom: 40%;
    left: 10%;
}

#videoSlide {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    top: 100%;
}


#videoContainer, #videoContainer1 {
    position: relative;
    width: 100%;
}

#miniPlayer {
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 50%;    
}

#videoBox {
    margin-top: 60%;
    background: #002f69;
    display: block;
}
