/* @import url('video.css');
@import url('carousel.css'); */

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 #002f69;
}

#contents {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background: url('bg.jpg') center center no-repeat;
    background-size: 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: 40%;
    display: block;
    position: absolute;
    bottom: 20%;
    left: 30%;
}

/* VIDEO CONTAINERS */
#videoContainer, #videoContainer1 {
    position: relative;
    width: 100%;
}

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

/* LANDSCAPE CONTROL */
#rotate {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url('rotation.png') center center no-repeat black;
    display: none;
}




/* START STYLING HERE */

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

#logo {
    position: absolute;
    top: 5%;
    left: 25%;
    width: 50%;
}

#headline {
    position: absolute;
    width: 100%;
    top: 10%;
}

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


#footer {
    width: 100%;
    position: absolute;
    bottom: -5px;
}