/*#########################################################
########### Delete Before Uploading To Sizmek #############
#########################################################*/

 #clickLayer {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

/*#########################################################
###########################################################
#########################################################*/

#clickLayer {
    cursor: pointer;
}

#banner {
    display: block;
    background-color: #ffffff;
    border: rgb(0,0,0) 1px solid;
    width: 298px;
    height: 248px;
    position: relative;
    overflow: hidden;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#hero {
    background-image: url("hero.png");
    position: absolute;
    width: 285px;
    height: 177px;
    left: 6px;
    top: 8px;
}

#mask {
    background-image: url("mask.png");
    position: absolute;
    width: 300px;
    height: 250px;
    left: -1px;
    top: -1px;
}

#head1 {
    background-image: url("head1.png");
    position: absolute;
    width: 259px;
    height: 41px;
    left: 20px;
    top: 99px;
}

#head2 {
    background-image: url("head2.png");
    position: absolute;
    width: 160px;
    height: 33px;
    left: 72px;
    top: 137px;
}

#cta {
    background-image: url("cta.png");
    position: absolute;
    width: 68px;
    height: 29px;
    left: 201px;
    top: 198px;
}

#fade {
    background-color: #0073ae;
    position: absolute;
    width: 300px;
    height: 250px;
}