body,
body * {
    vertical-align: baseline;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    /* Set font family for video controls */
    font-family: arial;
    /* Prevent icon selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div,
img {
    position: absolute;
    background-repeat: no-repeat;
}

#banner{
    position:absolute;
    width:300px;
    height:600px;
    top:0;
    left:0;
    background-color:#000;
}

.preload{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;   
}

.preload .wheel{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 38px;
    height: 38px;
    margin-left: -19px;
    margin-top: -19px;
    background: url('loader.png');
    -webkit-animation: rotate 1s linear 0s infinite normal;
    -moz-animation: rotate 1s linear 0s infinite normal;
    -o-animation: rotate 1s linear 0s infinite normal;
    animation: rotate 1s linear 0s infinite normal;
}

#load {
    width: 300px;
    height: 600px;
    top: 0px;
    left: 0px;
    background: url('loader.jpg');
}

#container,
.wrapper {
    width: 300px;
    height: 600px;
}

#background_exit{
    position: absolute;
    border: 1px solid #ffd800;
    box-sizing: border-box;
    width: 300px;
    height: 600px;
    cursor: pointer;
}

#container {
    position: absolute;
    width: 300px;
    height: 600px;
    top: 0;
    left: 0;
    /*background-color: #000;*/
    overflow: hidden;
}

#intro {
    position:absolute;
    display: none;
}

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


#resolve {
    display: none;
    width: 100%;
    height: 100%;
}

#resolve_exit{
    cursor: pointer;
    width: 100%;
    height: 100%;
}

#bgr {
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left: 0px;
    opacity:1;
}

#artwork {
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left: -16px;
    opacity:1;
}

#hero{
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left: 0px;
    opacity:1;
}

#lockup {
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left: 0px;
    opacity:0;
}

:focus{
  outline:none;
}
::-moz-focus-inner{
  border:0;
}

img { 
    image-rendering: auto;             /*                     */
    /*image-rendering: -moz-crisp-edges;          /* Firefox             */
    /*image-rendering: -o-crisp-edges;            /* Opera               */
    /*image-rendering: auto; /* Chrome (and Safari) */
    /*image-rendering: optimize-contrast;         /* CSS3 Proposed       */
    /*-ms-interpolation-mode: nearest-neighbor;   /* IE8+                */
    
    }

@keyframes rotate {
    0% { transform: rotate(0deg) }
    50% { transform: rotate(180deg) }
    100% { transform: rotate(360deg) }
}

@-moz-keyframes rotate {
    0% { -moz-transform: rotate(0deg) }
    50% { -moz-transform: rotate(180deg) }
    100% { -moz-transform: rotate(360deg) }
}

@-webkit-keyframes rotate {
    0% { -webkit-transform: rotate(0deg) }
    50% { -webkit-transform: rotate(180deg) }
    100% { -webkit-transform: rotate(360deg) }
}

@-o-keyframes rotate {
    0% { -o-transform: rotate(0deg) }
    50% { -o-transform: rotate(180deg) }
    100% { -o-transform: rotate(360deg) }
}
