body {
    margin: 0px;
    padding: 0px;
    background-color: #EEE;
}

img {
    position: absolute;
    left: 0px;
    top: 0px;
}

.banner {
    position: absolute;
    width: 300px;
    height: 600px;
    border: 1px solid #666666;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    background-color: #000000;
    overflow: hidden;
    cursor: pointer;
}

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

#cta {
    display: block;
    opacity: 0;
}

#overlay {
    background-color: #000000;
    z-index: 500;
}

#black {
    background-color: #000000;
}

#bg-exit{
    background-color: aliceblue;
    opacity: 0;
}