body,
body * {
    vertical-align: baseline;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
}

div#wrapper {
    background-color: red; /* cosmetic */
    height: 0px; /* set to taste */

    /* required */
    position: absolute;
    overflow: visible;
    display: block;
    width: 100%;
    left: 0px;
    top: 50%;
}
div#center {
    background-color: #666; /* cosmetic */
    border: 3px solid #FFF; /* cosmetic */

    overflow: auto; /* set to taste */

    position: absolute; /* required */
    left: 50%; /* required */

    margin-left: -150px; /* half of width */
    width: 300px; /* width of div */

    height: 250px; /* height of div */
    top: -125px; /* half of height */
}
#ad {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0px;
    left: 0px;
    margin: auto;
    background-color: #d904b9;
}


#content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 100;
    overflow: hidden;
    opacity: 0;
}


#clickthrough-button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    opacity: 0;
    z-index: 400;
}


#border{
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid #59035c;
    width:300px;
    height:250px;
    z-index: 305;
    box-sizing: border-box;
}




.canvas_size {
    position: absolute;
    background-repeat: no-repeat;
    width: 300px;
    height: 250px;
}



.tt{
    background-image: url("../img/tt.png");
    z-index: 10;
}


.quote{
    background-image: url("../img/quote.png");
    z-index: 11;
}


.quote1{
    background-image: url("../img/quote1.png");
    z-index: 11;
}

.director{
    background-image: url("../img/director.png");
    z-index: 12;
}

.cast{
    background-image: url("../img/cast.png");
    z-index: 13;
    top: -5px;
}

.fig{
    background-image: url("../img/fig.png");
    z-index: 8;
}

.btn{
    background-image: url("../img/btn.png");
    z-index: 15;
}

.btn_over{
    background-image: url("../img/btn_over.png");
    z-index: 20;
    opacity: 0;
}

.dates{
    background-image: url("../img/dates.png");
    z-index: 10;
}

.prices{
    background-image: url("../img/tickets.png");
    z-index: 11;
}


.logo{
    background-image: url("../img/logo.png");
    z-index: 16;
}

.lights{
    background-image: url("../img/lights.jpg");
    z-index: 5;
    mix-blend-mode: screen;
    width: 600px;
    height: 250px;
    top: 0px;
    left: -300px;
}

.bg{
    background-image: url("../img/bg.jpg");
    z-index: 1;
    width: 400px;
    height: 350px;
    top: -50px;
    left: -50px;
}

.bg2{
    background-image: url("../img/bg2.jpg");
    z-index: 1;
    opacity: 0;
    width: 400px;
    height: 350px;
    top: -50px;
    left: -50px;
}


.pixelation{
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */    

}



/*IE AND EDGE TARGETING*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 
.bg{
    background-image: url("../img/bg.jpg");
    z-index: 1;
    opacity: 0;
    width: 400px;
    height: 350px;
    top: -50px;
    left: -50px;
}

.bg2{
    background-image: url("../img/bg2.jpg");
    z-index: 1;
    opacity: 1;
    width: 400px;
    height: 350px;
    top: -50px;
    left: -50px;
}

.lights{
    background-image: url("../img/lights.jpg");
    z-index: 5;
    mix-blend-mode: screen;
    width: 600px;
    height: 250px;
    opacity: 0;
}

 
}

@supports (-ms-ime-align: auto) {

.bg{
    background-image: url("../img/bg.jpg");
    z-index: 1;
    opacity: 0;
    width: 400px;
    height: 350px;
    top: -50px;
    left: -50px;
}

.bg2{
    background-image: url("../img/bg2.jpg");
    z-index: 1;
    opacity: 1;
    width: 400px;
    height: 350px;
    top: -50px;
    left: -50px;
}

.lights{
    background-image: url("../img/lights.jpg");
    z-index: 5;
    mix-blend-mode: screen;
    width: 600px;
    height: 250px;
    opacity: 0;
}

}



