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

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



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

#roleta {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#roletaCont {
    width: 80%;
    margin-left: 10%;
    margin-top: 50%;
    position: relative;
}

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

#marker {
    width: 30%;
    position: absolute;
    left: 35%;
    top: -15%;
}

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

#riyadh, #jeddah, #diriyah, #alula, #makkah, #kaec, #dammam {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffff url('pattern.png') right bottom no-repeat;
    background-size: contain;
    top: 0;
    transform: translateY(100%);

}

.hero {
    max-height: 50%;
    overflow: hidden;
    width: 100%;
}

.exit {
    width: 50%;
    display: block;
    margin-left: 7%;
    margin-top: 10px;
}

#spinAgain {
    position: absolute;
    width: 30%;
    left: 5%;
    bottom: 2%;
    transform: translateY(300%);
}