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


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


#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: 300;
    box-sizing: border-box;
}


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



#clip1{
    position: absolute; 
    width:300px; 
    height:250px;
    top: 0px; 
    left: 0px;
    clip:rect(0px 300px 250px 0px);
    z-index: 6;
}

#clip2{
    position: absolute; 
    width:300px; 
    height:250px;
    top: 0px; 
    left: 0px;
    clip:rect(0px 300px 250px 0px);
    z-index: 8;

}

#clip3{
    position: absolute; 
    width:300px; 
    height:250px;
    top: 0px; 
    left: 0px;
    clip:rect(0px 300px 250px 0px);
    z-index: 7;

}

#clip4{
    position: absolute; 
    width:300px; 
    height:250px;
    top: 0px; 
    left: 0px;
    clip:rect(0px 300px 250px 0px);
    z-index: 9;

}


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

}

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

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

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

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

.redBox{
    background-image: url("../img/redBox.png");
    top: 0px;
    left: 0px;
    z-index: 3;
    mix-blend-mode: multiply;
}

.btn{
    background-image: url("../img/btn.png");
    top: 0px;
    left: 0px;
    z-index: 21;
}

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

.bar{
    position: absolute;
    background-image: url("../img/bar.png");
    width: 2px;
    height: 250px; 
    top: 0px;
    left: 0px;
    z-index:16;
    mix-blend-mode: multiply;

}

.jack1{
    position: absolute;
    top: 0px;
    left: 0px;
}

.jack2{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.sienna1{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.sienna2{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.jackSien{
    background-image: url("../img/jackSien.jpg");
    top: 0px;
    left: 0px;
    z-index: -2;
}
