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


#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 #000000;
    width:300px;
    height:250px;
    z-index: 305;
    box-sizing: border-box;
}



#container{
  position: absolute;
  width: 300px;
  height: 250px;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
  z-index: 30;
  opacity: 0.7;
}

.dot{
  width:3px;
  height:3px;
  position:absolute;
  background-color:#FFFFFF;
  box-shadow:0px 0px 10px 2px #FFFFFF;
  border-radius: 20px;
  z-index:2;
}


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

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

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

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

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

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

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

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

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


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



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


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


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



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


.bg{
    background-image: url("../img/bg.jpg");
    z-index: 1;
}

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





/*IE AND EDGE TARGETING*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
 #container{
  display: none;
}


 
}

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

 #container{
  display: none;
}


}



